Skip to content

SamirL/pixijs-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Starter project for Pixi.js with webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published