No description
  • TypeScript 89%
  • HTML 5.3%
  • JavaScript 5.1%
  • CSS 0.6%
Find a file
2026-04-21 05:16:08 -04:00
public/images Initial code 2026-04-16 09:17:09 +02:00
src Better click behavior 2026-04-21 05:16:08 -04:00
tests Initial code 2026-04-16 09:17:09 +02:00
.gitignore Initial commit 2026-04-16 09:12:13 +02:00
.nvmrc Initial code 2026-04-16 09:17:09 +02:00
favicon.ico Initial code 2026-04-16 09:17:09 +02:00
index.html Basics 2026-04-19 07:27:33 -04:00
LICENSE Initial commit 2026-04-16 09:12:13 +02:00
package-lock.json Basics 2026-04-19 07:27:33 -04:00
package.json Initial code 2026-04-16 09:17:09 +02:00
playwright.config.ts Initial code 2026-04-16 09:17:09 +02:00
readme.md Initial code 2026-04-16 09:17:09 +02:00
README.md Initial commit 2026-04-16 09:12:13 +02:00
renovate.json Initial code 2026-04-16 09:17:09 +02:00
tsconfig.json Initial code 2026-04-16 09:17:09 +02:00
vite.config.js Initial code 2026-04-16 09:17:09 +02:00

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!