epereztg / phaser-heroku-webpack-es6

A simple Phaser Webpack ES6 boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phaser-webpack-es6

A simple Phaser Webpack ES6 boilerplate.

If you like to develop with webpack, then this package can be your starting point for Phaser projects.

If you like to develop with webpack and publish in Heroku, this can be also your starting point project.

Project Structure

This project runs a webpack-dev-server for development, and runs an express server to deploy on heroku. If you want to deploy your project on your heroku account, the only thing you need to do is type git push heroku yourproject. You can edit any file under the src directory.

Project Setup

  1. Clone or download the project.
  2. The entry file is /src/js/main.js. You can overwrite this.
  3. Run npm run dev and visit http://localhost:5000.

License

This project is totally free for your use.

Any included software are copyright to their respective authors and mostly under MIT or [SIL OFL][silOfl].

About

A simple Phaser Webpack ES6 boilerplate


Languages

Language:JavaScript 76.9%Language:HTML 23.1%