Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 280 Bytes

File metadata and controls

6 lines (4 loc) · 280 Bytes

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.