/node-typescript-mocha-eslint

A guide to help you create a development environment with Node, TypeScript, Mocha, and ESLint.

Primary LanguageTypeScriptMIT LicenseMIT

node-typescript-mocha

A guide to help you create a development environment with Node, TypeScript, Mocha, and ESLint.

Install

yarn install

Develop

yarn start

Test

yarn test
yarn test --watch=false

Build

yarn build

Production

yarn start:prod