Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 426 Bytes

File metadata and controls

19 lines (13 loc) · 426 Bytes

node-js-todo-list

A sample node.js todo application

1. To setup project in local system

  • Clone the project using git or download and extract into a folder
  • Install the node_modules
  • Run the npm server

2. Run these commands in terminal to run setup and run the project in local system

$ git clone https://github.com/omsrivastava/node-js-todo-list.git

$ cd node-js-todo-list/

$ npm install

$ npm start