No description
- TypeScript 89%
- HTML 5.3%
- JavaScript 5.1%
- CSS 0.6%
| public/images | ||
| src | ||
| tests | ||
| .gitignore | ||
| .nvmrc | ||
| favicon.ico | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| readme.md | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| vite.config.js | ||
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
- Generate a repository from this template
- Modify the
package.jsonwith your own details - Run
npm installto install dependencies - Run
npm run devto start the Vite server! - Have fun!