An open API service indexing awesome lists of open source software.

https://github.com/benjaminboruff/phaser3-webpack4-babel

Webpack 4 and phaser 3 integration with babel
https://github.com/benjaminboruff/phaser3-webpack4-babel

Last synced: 10 months ago
JSON representation

Webpack 4 and phaser 3 integration with babel

Awesome Lists containing this project

README

          

## A simple template that integrates phaser 3 with webpack 4, using babel to transpile

### Installation

`git clone https://github.com/benjaminboruff/phaser3-webpack4-babel.git`

`yarn`

### Usage

To start with hot-reloading dev server

`yarn watch:server`

To watch without the dev server (bring-your-own-server)

`yarn watch`

To make a production build

`yarn build`