Skip to content

A modern Express boilerplate for building RESTful APIs in TypeScript.

License

Notifications You must be signed in to change notification settings

ericnishio/express-boilerplate

Repository files navigation

express-boilerplate

Known Vulnerabilities Build Status

A modern Express boilerplate for building RESTful APIs in TypeScript.

Requirements: Node 6+, Yarn, Docker

Install

yarn
cp .env.dev .env

Start dev server

Run the tests once to start the database container:

./run-tests.sh

Then:

yarn start

Build for production

yarn build

This creates a build in dist.

Run tests

./run-tests.sh

License

MIT