Skip to content

soggybag/phaser3-project-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser 3 Webpack Project Template

A Phaser 3 Project Template

Requirements

We need Node.js to install and run scripts.

Install and run

npm install webpack webpack-cli -g

npm update

Run next commands in your terminal:

Command Description
npm install Install dependencies and launch browser with examples.
npm start Launch browser to show the examples.
Press Ctrl + c to kill http-server process.

Getting Started

After running npm start visit: http://localhost:8000 in your browser. Your project is running here!

src directory

Add your project files to the src directory. Only files in this directory will included in the project build!

Updating and saving files in this folder will automatically rebuild the project and reload the project in the browser!

assets directory

You must keep all of the file assets in the assets folder. This inlcudes images, audio and other data your project may load.

About

A Phaser 3 Project Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • HTML 14.4%