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