This repo is used to develop NodeJS application, all basic tools included and configured:
- TypeScript 4.7
- ESLint
- Jest
- Prettier
- Nodemon
- DotEnv
- Husky
- EditorConfig
$ git clone https://github.com/Xiang36/Node-TypeScript-Boilerplate.git
$ yarn install
$ yarn dev
start- Builds the project, and then executing the compiled JavaScript atindex.jsfile.dev- Starts the project in development usingnodemonandts-nodeto do hot reloading.build- Builds the app atbuildfoldertest- Runs thejesttest.