ephremdeme / yellow-card-assesment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

git clone https://github.com/bschlenk/node-typescript-jest-boilerplate.git <project>

Update 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

About

License:MIT License


Languages

Language:JavaScript 64.3%Language:TypeScript 21.4%Language:Shell 14.3%