Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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