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