Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 469 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 469 Bytes

Excalibur TypeScript & Vite template

Check out the full documentation @ https://excaliburjs.com

You can use the excalibur cli to generate this template

npm create excalibur

Getting Started

  1. Generate a repository from this template
  2. Modify the package.json with your own details
  3. Run npm install to install dependencies
  4. Run npm run dev to start the Vite server!
  5. Have fun!