/typescript-express-starter

Template for TDD with typescript, express & node

Primary LanguageTypeScript

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