1.0.0 • Published 7 years ago

pixi-starter v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Pixi Starter Project

Featuring:

  • Hot Module Replacement (HMR)
  • CoffeeScript

Coming Soon:

  • Embedded CoffeeScript REPL
  • Embedded JavaScript REPL
  • Edit files with HMR

To install:

npm install pixi-starter (Make sure to get dev dependencies)

To run with hot module replacement:

npm run start (Then modify update.coffee file.)

To build to build/bundle.js (no hot module replacement):

npm run build