Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 326 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 326 Bytes

typescript-express-starter

Boilerplate for getting started with TypeScript, Express, Node, and Mocha.

Getting Started

Run in development mode:

npm run dev

Run tests:

npm run test

Build:

npm run build

Start built application -> located in /dist:

npm run start