A Todo list App in MEAN
- Go into project folder
- fire command to install dependencies: npm i
- Open new terminal tab and navigate to server folder by: cd server
- fire command to install dependencies: npm i
- fire command to start server: node index
- Now, goto previous terminal tab i.e. initial tab and run the project using this command: ng s -o