thompson-ad / blank-typescript-rest-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 60.1%Language:JavaScript 39.9%