Skip to content

andrekubotsu/node-ts-template-22

Repository files navigation

Typescript Node Project Template/Boilerplate 2022

I did this for personal use. Feel free to make it better and contribute!

Environment Configuration (manually)

  1. git init
  2. npm init
  3. conventional commits and atomic commits npm i -D git-commit-msg-linter
  4. npm i -D typescript @types/node
  5. npx tsc init
  6. npm i -D eslint
  7. npx eslint --init or npm init @eslint/config
  8. npm i -D husky - helps to verify linting and tests before commits
  9. npm i -D lint-staged
  10. npm i -D jest @types/jest ts-jest
  11. npm i -D ts-node
  12. npm i -D nodemon

About

Just a node app template 2022.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published