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-apprun below cmd in the project's root folder
npm install && npm run buildnpm 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
Jestand enforce testing styles witheslint-plugin-jest