- Clone the repository
$ git clone https://github.com/abdallahabusedo/todo_list.git
- Navigate to repository directory
$ cd todo_list- Install dependencies
$ npm i- Running on development mode
$ npm start- **Build and generate minified version**
npm run build
