Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

firsttris/typescript-node-starter

Repository files navigation

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).