Skip to content

A very simple ES6 Phaser+Mocha boilerplate

Notifications You must be signed in to change notification settings

jfeo/phaser-es6-mocha

 
 

Repository files navigation

ES6 Phaser + Mocha tests

ES6 Boilerplate with Phaser, Mocha & Babel

To set up

npm install
npm install babel-cli 
npm install babel-loader
npm run build-init // racks up phaser in dist dirs

To run build

npm run build

To run tests

npm run test

This will:

  • run mocha tests in spec
  • build es6 -> common using babel

About

A very simple ES6 Phaser+Mocha boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 9.6%
  • CSS 1.4%