Skip to content

JesusDR01/simple-node-typescript-boilerplate

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published