Minimal Webpack Typescript Starter Kit 📦
Includes
- Typescript Javascript that scales (ES++ with types)
- Jest for testing, mocking and coverage report
- Webpack module bundler
- TSLint linter
- Prettier opinionated code formatter
- Docker create container
npm run / yarn
dev ------------ run hot-reload with ts-node-dev
nodemon -------- run hot-reload with nodemon
build ---------- creates bundled webpack build
test ----------- runs tests with coverage reports
https://github.com/Microsoft/TypeScript-Node-Starter
https://basarat.gitbooks.io/typescript/docs/quick/nodejs.html
See the LICENSE file for license rights and limitations (MIT).