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

https://github.com/joshuatoth/node-typescript-jest-template

A template for Node using Typescript and Jest
https://github.com/joshuatoth/node-typescript-jest-template

Last synced: 4 months ago
JSON representation

A template for Node using Typescript and Jest

Awesome Lists containing this project

README

          

# Node Typescript + Jest template
A template for a clean starter project with typescript validated by 1 jest test.

To build/run:
```
yarn build
```

To Test:
```
yarn test
```