Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 750 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 750 Bytes

mean-todo-app

A Todo list App in MEAN

Needful steps to follow

  • 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

Screenshot of start screen after running applicaton

All the best ..!!