Since I make a lot of projects, I created this Node TypeScript Starter to easily create a new Node project with TypeScript.
git clone https://github.com/FreekMencke/node-typescript-starter.git
npm install
npm start
The application will build and run the Node Typescript Starter.
- TypeScript ESLint (TSLint is deprecated)
- Strict TSConfig
- EditorConfig
- Different configs for Dev and Prod
- Webpack watch (nodemon)
- BundleAnalyser
- Docker
- Github Action CI