Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 859 Bytes

File metadata and controls

36 lines (25 loc) · 859 Bytes

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.