Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 831 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 831 Bytes

Excalibur Shoot'em Up Sample

Play now here

example of shootem up running

Running locally

Building bundles

  • Run npm run build:dev to produce javascript bundles for debugging in the dist/ folder
  • Run npm run build:prod to produce javascript bundles for production (minified) in the dist/ folder