/excalibur_vscode_debuggable_template

the template of Excalibur.js, VSCode and Webpack.

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

excalibur_vscode_debuggable_template

This repository is Deprecated . Please use Vite template instead.


The template project which can debug at VSCode. Using...

  • Excalibur.js
  • VSCode
  • Webpack

Usage

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!!

debuggable;