Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 309 Bytes

Todos using MEAN stack with Angular2

install

npm install on root and inside client folder

make directories "/data/db"

run mongod --dbpath ./data/db on terminal mongo localhost:27017/meantodosapp

Development server

Run npm start for a dev server. Navigate to http://localhost:3000/.