a simple app to kickstart your ts project (backend)
- TypeScript 5.4.5+
- Node.js LTS version (or later)
git clone git@github.com:bobbyquennell/simple-ts-app.git && cd simple-ts-app
run below cmd in the project's root folder
npm install && npm run build
npm run start-dev
npm run test
- TypeScript + NodeJS
- ESLint config for Typescript and Javascript
- Prettier with auto formatting on save
- Husky + lint-Staged
- testing with
Jest
and enforce testing styles witheslint-plugin-jest