Skip to content

Latest commit

 

History

History
92 lines (59 loc) · 1.09 KB

File metadata and controls

92 lines (59 loc) · 1.09 KB

RS Trello

it is a project management tool, a clone of Trello. Plan projects and track tasks

Deploy

https://trello-clone-panthers.netlify.app/

Tech stack

Frontend:

  • TypeScript
  • React
  • React-redux
  • Axios
  • Antd
  • Sass

Backend:

Deployment

Deployed version is here.

If the deployed project doesn't work install the project locally (see below):

Frontend:

Run Locally

Clone the project

  git clone https://github.com/myspecialspace/rsclone

Go to the project directory

  cd [your folder name]

Install dependencies

  npm install --no-audit

Start the server

  npm run start

Backend:

Run Locally

clone strapi locally

  git clone https://github.com/myspecialspace/trello-strapi

Install dependencies

npm run install

Import

npm run import

Start the server

npm run start

Change API_URL for

http://localhost:1337/api