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
- Host: GitHub
- URL: https://github.com/benjaminboruff/phaser3-webpack4-babel
- Owner: benjaminboruff
- Created: 2018-03-10T18:21:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T22:44:08.000Z (over 8 years ago)
- Last Synced: 2025-01-20T16:42:00.534Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://phaser.boruff.me
- Size: 20.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`