Skip to content

devinwangg/Node-TypeScript-Boilerplate

Repository files navigation

Node-TypeScript-Boilerplate

TypeScript version Node.js version

This repo is used to develop NodeJS application, all basic tools included and configured:

  • TypeScript 4.7
  • ESLint
  • Jest
  • Prettier
  • Nodemon
  • DotEnv
  • Husky
  • EditorConfig

Getting Started

$ git clone https://github.com/Xiang36/Node-TypeScript-Boilerplate.git

$ yarn install

$ yarn dev

Available Scripts

  • start - Builds the project, and then executing the compiled JavaScript at index.js file.
  • dev - Starts the project in development using nodemon and ts-node to do hot reloading.
  • build - Builds the app at build folder
  • test - Runs the jest test.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published