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)
- Host: GitHub
- URL: https://github.com/terror/ts-boilerplate
- Owner: terror
- Created: 2021-01-25T23:41:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T00:02:52.000Z (over 5 years ago)
- Last Synced: 2025-02-15T09:37:18.698Z (over 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ts-boilerplate

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
```