A Simple To-Do List project built with React.js
- React.js
- React-Router
- Node
$ cd todolist
Install the dependencies
$ npm install
To run the project on browser just run the below command, It will run my project on browser at http://localhost:3000
$ npm start