This is a debugable TypeScript based express scaffold
git clone https://github.com/leftstick/ts-express.git
cd ts-express
npm install
The easiest way to launch a debugable server is using vscode, just press
F5
Or, start dev server directly from terminal
npm run dev
Now the website is available for you at http://127.0.0.1:3000
For more information, see Detailed Explanation