gilles-bertrand / node-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 52.6%Language:TypeScript 47.4%