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
- Host: GitHub
- URL: https://github.com/joshuatoth/node-typescript-jest-template
- Owner: JoshuaToth
- Created: 2019-07-31T09:09:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T14:25:34.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T03:12:38.567Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```