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-starter
npm 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