TypeScript Node Boilerplate with tsx
There isn't a create-node-app-typescript for us.
When a idea came to me, i need to setup a node.js playground with TypeScript and debugger support.
This repo is made for seamless debug with node and ts in VSCode and save time.
git clone https://github.com/iShawnWang/node-ts-starternpm install
npm run start: auto watch change and restartnpm run debug:start: auto attach debugger and watch change
- VSCode will auto attach and hang at breakpoint