goto index.html
- Clone the repo by running the command
$ git clone https://github.com/fogelito/todo-list
- Go inside the folder by command
$ cd todo-list
- Run the command to install node modules
$ npm install
- Start a web server by running using command
$ npm start
- Access the url
http://localhost:1975
and start todo-ing!