Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)