Skip to content

Repository files navigation

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

About

TypeScript boilerplate for NodeJS with CommonJs

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages