Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 716 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 716 Bytes

Phaser 3 template with Typescript (NodeJS) and Snowpack (hot reload) for VSCode

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.

Getting Started

  • 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