Skip to content

avalosrios/ts-template

Repository files navigation

WebApp Typescript Template

Use this project as a base for typescript services

NOTE: Change codecov token

Pre-reqs

To build and run this app locally you will need a few things:

Development mode:

  • Set your shell's environment variable NPM_TOKEN to your npm token. Do this in ~/.bash_profile so it is set every time
  • Install dependencies: npm install
  • Set your shell's environment variables (get from Heroku config: heroku config --app <service name>)
  • Start server in watch mode npm run watch
  • Visit localhost:3001. This app has hotloading enabled.

Testing

  • npm run test runs server-side tests.

Linting

  • npm run lint runs server-side linter. Configure lint rules in tslint.json.

Tools

About

TS app template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published