Node boilerplate with TypeScript
- 🔨 ESLint & Prettier (Standard)
- ⚡ Development server with Nodemon
- 🚀 TypeScript compilation with import aliases
- 🔧 Testing with Jest
git clone --depth 1 git@github.com:o8e/node-ts-boilerplate.git
You could also clone and rm -rf .git/
, or just fork it.