- Pull the project
- Install npm dependencies for both projects
- server-side
- to-do-app
- Run both projects
- Node
- Redis => written code will connect to localhost:6379
git clone https://user_id@bitbucket.org/gcediv/training-node-todoapp.git
Server project (default port 4000)
CD \training-node-todoapp\server-side
npm install
node index
Client project (React) (default port 3000)
CD \training-node-todoapp\server-side
npm install
npm start