Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 562 Bytes

Pixi.js starter project with Webpack

This starter project will help you setup a quick Pixi.js project with Webpack setup, ES6 features included.

Get started

Development

$ git clone https://github.com/SamirL/pixijs-webpack-starter.git
$ npm install
$ npm run dev

When you are done you can access your project at http://localhost:8080

Production

$ git clone https://github.com/SamirL/pixijs-webpack-starter.git
$ npm install
$ npm run build

When you are done just open the page index.html in your browser (Node http server coming soon)