Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bschlenk/node-typescript-jest-boilerplate
The boilerplate for a node server or library written in typescript, using jest for testing.
https://github.com/bschlenk/node-typescript-jest-boilerplate
boilerplate jest nodejs typescript
Last synced: 2 days ago
JSON representation
The boilerplate for a node server or library written in typescript, using jest for testing.
- Host: GitHub
- URL: https://github.com/bschlenk/node-typescript-jest-boilerplate
- Owner: bschlenk
- License: mit
- Created: 2017-12-06T05:26:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T20:18:24.000Z (over 3 years ago)
- Last Synced: 2024-04-14T23:12:05.352Z (7 months ago)
- Topics: boilerplate, jest, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 17
- Watchers: 3
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-typescript-jest-boilerplate
Boilerplate for a node server or library written in typescript, using jest as
the test runner.## Usage
Clone the boilerplate as a new project:
```bash
git clone https://github.com/bschlenk/node-typescript-jest-boilerplate.git
```Update [package.json](package.json) as you see fit.
## Modifications
If this is for a library only, then chances are you don't need nodemon. You can
make the following changes to remove it:- Delete `nodemon.json`
- Remove `watch` from `package.json` scripts
- Remove `nodemon` from `package.json` devDependencies