Skip to content

A boilerplate for PIXI.JS that uses webpack and babel to convert ES2016+ Javascript code into something understandable by all browsers, and bundles all the JS files into a single file put into an index.html. This is my first project with webpack and babel, and improvements are sure to some

Notifications You must be signed in to change notification settings

WaqqasI/pixi-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A boilerplate for PIXI.JS that uses webpack and babel to convert ES2016+ Javascript code into something understandable by all browsers, and bundles all the JS files into a single file put into an index.html. This is my first project with webpack and babel, and improvements are sure to some

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published