A sample node.js todo application
- Clone the project using git or download and extract into a folder
- Install the
node_modules - Run the npm server
$ git clone https://github.com/omsrivastava/node-js-todo-list.git
$ cd node-js-todo-list/
$ npm install
$ npm start