Skip to content

jagltoro/phaser-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development set up for Phaser 3, Webpack 4, and ES6.

Using This Project

  1. Make a directory somewhere in your file system where you want to keep your project.
  2. cd into that directory from the command line.
  3. Clone this project using git clone https://github.com/jagltoro/phaser-webpack-starter.git.
  4. Install dependencies using npm install.
  5. Run the project using npm start.

Since this project uses webpack, this automatically will refresh anytime you save the code

Build

From the project's directory, run npm run build.

This will create a build directory with your files minified and uglyfied, everything needed to use the game in any web server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published