Skip to content

HanaDigital/phaser3-ts-hotreload-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors