Typescript Template

Template repository for Typescript applications, including boilerplate code / configuration for tests and linting.

Getting started

Pre-requisites

Installing dependencies

To install all dependencies, run:

yarn

Running

To run the application in respawn mode, run:

yarn dev

It is also possible to run it in a Docker container:

docker-compose up

Versioning

In construction...

  • 1.0.0: Initial version

Authors