/typescript-node-starter

:package: minimal typescript nodejs starter-kit

Primary LanguageJavaScriptMIT LicenseMIT

minimal typescript-node-starter

Minimal Webpack Typescript Starter Kit 📦

Includes

Scripts

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

Sources

Offical TypeScript-Node-Starter:

https://github.com/Microsoft/TypeScript-Node-Starter

The definitive guide to TypeScript and possibly the best TypeScript book

https://basarat.gitbooks.io/typescript/docs/quick/nodejs.html

License

See the LICENSE file for license rights and limitations (MIT).