Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 330 Bytes

PIXI.JS Boilerplate with Babel and Webpack.

Transpiles advanced JS code into gibberish that a browser can understand. Then bundles those into a single bundle.js file and appends it to an index.html.

##Start development server:

npm start

##Build into ./dist

npm run build

More TODO