[READ-ONLY] Mirror of https://github.com/excaliburjs/sample-aseprite-webpack.
excalibur excaliburjs sample
0

Configure Feed

Select the types of activity you want to include in your feed.

HTML 97.5%
TypeScript 2.1%
JavaScript 0.4%
Other 0.1%
72 14 0

Clone this repository

https://tangled.org/excaliburjs.com/sample-aseprite-webpack https://tangled.org/did:plc:z5zluyai2ndjgz5gp52tlt6h
git@tangled.org:excaliburjs.com/sample-aseprite-webpack git@tangled.org:did:plc:z5zluyai2ndjgz5gp52tlt6h

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Excalibur TypeScript & Webpack Starter#

This is a barebones Excalibur game engine starter built using Typescript 4 & Webpack 5. It's a great starting place to jumpstart building your game! This repo is a template and can be used to create your own repository in GitHub.

Check out our other samples while you build your game or ask us questions.

Get Started#

  • Using Node.js 14 (LTS) and npm
  • Run the npm install to install dependencies
  • Run the npm start to run the development server to test out changes

Publishing#

  • 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

The dist/ folder can be deployed to a static web host. We recommend Netlify or GitHub Pages since they are free to use.