Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 526 Bytes

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone [email protected]:homatthew/utube_sink.git # or clone your own fork
$ cd node-js-template
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku