A guide to help you create a development environment with Node, TypeScript, Mocha, and ESLint.
yarn install
yarn start
yarn test
yarn test --watch=false
yarn build
yarn start:prod
A guide to help you create a development environment with Node, TypeScript, Mocha, and ESLint.
TypeScriptMIT