Add all necessary tool like ["Prettier", "ESlint", "Auto Testing", "git hook action commit before check all code using husky lint-stage" , "API Testing", "Error Handling", "logger"] || setup specially typescript project π
-
π TypeScript.
-
π¨βπ» ESlint, Prettier formating & fix help to write best practices code
-
βοΈ git hook action commit before check all code using husky lint-stage
.git -
π₯ setup logger for application logger
winston -
β‘ setup testing using
jestfor automated testing. -
π setup Express App with global error handler.
-
π« How to reach me. => codereasin@gmail.com π₯ Coder Easin
Please follow the below instructions to run different branches of this repository in your machine:
- Clone this repository -
git clone git@github.com:codereasin/node_app_starter_kit.git
- Go to the cloned project directory
cd node_app_starter_kit - install all npm dev dependencies
npm i || npm install - Follow the corresponding branch's README file instruction to run code.