Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 615 Bytes

File metadata and controls

22 lines (15 loc) · 615 Bytes

TypeScript NodeJS Boilerplate CommonJS

To use this boilerplate, either clone it using git clone, download it as ZIP or use GitHub Repository Import.

The following are configured:

  • TypeScript
  • Yarn
  • Jest
  • ESLINT
  • Custom base path with @ for src/
  • Auto reload with ts-node-dev
  • Prettier

And the following scripts:

  • build - compiles source code into JS, outputs to dist
  • test - runs tests using Jest
  • start - compiles the server, then uses node to run it from the compiled files
  • dev - runs the server in dev mode, and automatically refreshes