Skip to content

shahaashit/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published