A simple boilerplate setup for Node.js with TypeScript.
Use this starter to save time and quickly spin up new projects.
- Node.js + TypeScript
- ESLint + Prettier for clean code
- Nodemon for auto-reload
- Ready-to-use folder structure
- Install dependencies npm install
- Run in development npm run dev
- Build for production npm run build
- Start production build npm start