mistermjtek / PixiStarter

Basic Pixi.js Boilerplate Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixi Starter

This is Pixi.js boilerplate code with an Express.js server, Babel compilation (es6!), and Karma testing.

Usage

  • npm install
  • npm start
  • Visit on localhost:3000

Testing

  • npm test
  • Visit on localhost:9876

Features

  • Compiles and runs with es6.
  • Includes Lodash as a dependency
  • Setup for testing with Karma and PhantomJS are included
  • Server is set up to run Pixi.js without a hitch!

Roadmap

  • Better organization for the sample game.
  • More beautiful testing and automation story.

About

Basic Pixi.js Boilerplate Code


Languages

Language:JavaScript 100.0%Language:HTML 0.0%