Skip to content

Plain webpack 4 Boilerplate with Babel, SASS and Phaser3 on board.

License

Notifications You must be signed in to change notification settings

rafaeldelboni/phaser3-es6-webpack4

Repository files navigation

Phaser3 Es6 Webpack4 Boilerplate

Plain webpack 4 Boilerplate with Babel, SASS and Phaser3 on board

Setup

You'll need to install a few things before you have a working copy of the project.

1. Clone this repo:

Navigate into your workspace directory.

Run:

$ git clone https://github.com/rafaeldelboni/phaser3-es6-webpack4.git

2. Install node.js and yarn:

https://nodejs.org/en/

3. Install dependencies:

Navigate to the cloned repo's directory.

Run:

$ yarn

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:3000/

$ yarn dev

Deployment

Build the current application

$ yarn build

If you're not familiar with webpack, the webpack-dev-server will serve the static files in your build folder and watch your source files for changes. When changes are made the bundle will be recompiled. This modified bundle is served from memory at the relative path specified in publicPath.

Credits

Phaser + ES6: https://github.com/lean/phaser-es6-webpack
Webpack 4 + Babel: https://github.com/cvgellhorn/webpack-boilerplate
Phaser 3 + ES6 + Webpack 3: https://github.com/nkholski/phaser3-es6-webpack

About

Plain webpack 4 Boilerplate with Babel, SASS and Phaser3 on board.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published