Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkers/phaser-babel
🕹 Phaser boilerplate using Webpack/Babel
https://github.com/tkers/phaser-babel
boilerplate gamedev phaser
Last synced: about 1 month ago
JSON representation
🕹 Phaser boilerplate using Webpack/Babel
- Host: GitHub
- URL: https://github.com/tkers/phaser-babel
- Owner: tkers
- License: mit
- Created: 2016-09-27T07:37:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T09:08:46.000Z (over 8 years ago)
- Last Synced: 2024-12-23T12:14:47.171Z (about 1 month ago)
- Topics: boilerplate, gamedev, phaser
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser-Babel
Phaser boilerplate using Babel for transpilation and Webpack for bumdling.
Largely based off [belohlavek/phaser-es6-boilerplate](https://github.com/belohlavek/phaser-es6-boilerplate) and [Allov's PR](https://github.com/belohlavek/phaser-es6-boilerplate/pull/21).## Setup
Clone the repository:
```bash
git clone https://github.com/Lapixx/phaser-babel.git
```Install the (dev)dependencies:
```bash
npm install
```## Running
- `npm run dev` starts the development server (with hot reloading)
- `npm run build` builds to the `dist/` folder (optimised for production)