rdhelms / slack-auction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools Summary

Installation

npm install

Environment Variables

Create a root .env file with contents in the format VAR=VALUE in order to specify environment variables when running the app locally.

For example,

NODE_ENV=development

Building the App

npm run build

Delete dist folder and then rebuild

npm run build-clean

Build and watch for changes

npm run build-watch

Linting

npm run lint

Testing

npm test

Generate Test Coverage

npm run coverage

View Test Coverage

npm run view-coverage

Starting the App

npm start

Deploying the App

Provisioning the Heroku Postgres addon [Info]

For help deplying a Node.js app to heroku:
Getting Started on Heroku with Node.js

About


Languages

Language:TypeScript 100.0%