Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 372 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 372 Bytes

RRRhody-API

Running Locally

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

$ npm i
$ npm start

Development

$ npm i -g nodemon
$ npm run watch

The app will be running on localhost:3838 by default

Deploying to Heroku

$ git push heroku master
$ heroku open