This project is a clone of Trello
deploy: https://rs-trello-clone.herokuapp.com/
The root project is just a wrapper around two completely independent apps (client and server). You can do your work form the root or jump straight to the project you are interested in
The App was created in a team. Team contains for 3 people as part of the RSScool's cours, where I am team-lead.
TypeScript NodeJS MongoDB
npm install
Will install dependencies for all projects including nested ones
# watch mode
npm run start:dev
Run watch scripts for client and server