Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.06 KB

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