Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 529 Bytes

Readme.md

File metadata and controls

27 lines (26 loc) · 529 Bytes

Steps to work on local

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

Directory Structure

.
├── app.js
├── bin
│   └── www
├── package.json
├── public
│   ├── images
│   ├── js
│       └── todo.js
│   └── css
│       └── style.css
├── routes
│   ├── index.js
└── views
    ├── error.html
    ├── index.html