Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 443 Bytes

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.