A lecture given to the students of MakerSquare Cohort 29.
To run on your computer, you need:
- MongoDB
- Node
- Nodemon
To start:
- Clone down the repo with
git clone <url of git repo>
- Make sure mongod is running
- in the root of the AngularTodos project, run
npm run watch
to start nodemon - go to
http://localhost:8080/
in your browser