Skip to content

excaliburjs/template-ts-rollup

Repository files navigation

Excalibur TypeScript & Rollup 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 start to start build and watch using Rollup and start a local dev server!
  5. Have fun!