Skip to content

Kiit-Elabs/Web-Development-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-ToDo-App

GPLv3 license Contributions Welcome

Running Locally

Make sure you have:

git clone git@github.com:Kiit-Elabs/Web-Development-Training.git
cd Basic-ToDo-App
npm install
node app

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku