/mean-todo-app

A Todo list App in MEAN

Primary LanguageTypeScript

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 ..!!