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/toxsickcoder/node-typescript-starter.git
npm install
npm start
The application will build and run the Node Typescript Starter.
- TSLint
- Strict TSConfig
- EditorConfig
- Different configs for Dev and Prod
- Webpack watch (nodemon)
- BundleAnalyser
- Docker
- Travis CI (Docker build)