Prerequisites Node.js Heroku CLI Setup npm install # Install dependencies git remote add heroku https://git.heroku.com/tttrio.git # Deploy endpoint Run Unit Tests npm test Run App Locally # Run the server in the background npm start open http://localhost:8125 To stop the server npm run stop Deploy npm run deploy