An open API service indexing awesome lists of open source software.

https://github.com/terror/ts-boilerplate

A quick boilerplate for node + typescript projects (with docker support)
https://github.com/terror/ts-boilerplate

Last synced: over 1 year ago
JSON representation

A quick boilerplate for node + typescript projects (with docker support)

Awesome Lists containing this project

README

          

## ts-boilerplate

![CI](https://github.com/terror/ts-boilerplate/workflows/CI/badge.svg)

A quick boilerplate for node + typescript projects (with docker support)

## Building the image

```bash
$ yarn build
```

## Running the container

```bash
$ docker run -dp 3000:3000 ts-boilerplate
```

## Test with jest + coverage

```bash
$ yarn test
```