Blank Typescript Project

Minimal boilerplate to start a new server side Typescript project.

Usage

Initialise

yarn

Run

npm start

Run with live reloading

npm run watch

Build to /dist

npm build

Test

npm test