A lecture given to the students of MakerSquare Cohort 29.
The master branch has the boilerplate code so you can fill everything out yourself. The solution branch has the completed solution.
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