Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.21 KB

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