Angular-To-Do-List Making a to do list app with AngularJS using http://jsonplaceholder.typicode.com/ First, install json-server using npm, npm install -g json-server Then, to run, enter json-server --watch db.json into your terminal, then open index.html locally.