- TypeScript + Node.js project boilerplate (with ESLint & Prettier)
git clone https://github.com/notakaos/typescript-node-base-with-eslint-prettier
cd typescript-node-base-with-eslint-prettier
npm install
npm run dev
# lint
npm run lint:fix
ISC License