Skip to content

MuhammadUzair/mean-todo

Repository files navigation

Todo app in MEAN Stack using Angular 4

For Demo todos-mean-app.herokuapp.com

Install dependencies

Run npm install to install packages in project.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Development server

Run node server . Navigate to http://localhost:3000/ in browser.