Skip to content

Boiler plate for node dev with typescript, eslint and jest configured

Notifications You must be signed in to change notification settings

gilles-bertrand/node-boilerplate

Repository files navigation

Requirements

  • Typescript >= 4.5.x
  • node >= 16.x
  • pnpm

Install

Any package manager should do the trick but i recommend using Pnpm.

pnpm i

Start

Dev

pnpm start:dev

Production

You need to transpile the Typescript because executing the command.

pnpm tsc && pnpm start:production

Tests & Lint

pnpm test
pnpm lint

About

Boiler plate for node dev with typescript, eslint and jest configured

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published