This repository is Deprecated . Please use Vite template instead.
The template project which can debug at VSCode. Using...
- Excalibur.js
- VSCode
- Webpack
Initialize.
npm install
Start watching
- transpile
.ts
file - copy files
npm run watch
start devServer in another shell window,
npm run start
Start debug (Press F5
).
You set break-points at any place in your codes!!