1. Clone the project.
2. RUN "npm install"
3. start the project using command "npm run start"
4. go to http://localhost:3000/ on your browser
.
├── app.js
├── bin
│ └── www
├── package.json
├── public
│ ├── images
│ ├── js
│ └── todo.js
│ └── css
│ └── style.css
├── routes
│ ├── index.js
└── views
├── error.html
├── index.html