This is a template project for quickly getting started with Phaser 3 using Typescript, preferably on VSCode. Hot Reloading is supported with compile times at under 1sec.
- Install NodeJS
- Click on "Use this template" button or download this repository.
# Install dependencies
npm i
# Run development server with hot reload
npm start
# Build for production
npm run build
After building for production, you will find your files in the dist
folder
All static assets such as images and css should be stored in public/assets
folder
All .ts
files should be stored in the src
folder