Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 456 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 456 Bytes

Prerequisites

  1. Node.js
  2. 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