Skip to content

A simple PixiJS boilerplate, with Webpack, Babel & ES6 support

Notifications You must be signed in to change notification settings

giotiskl/simple_pixi_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project sets up a simple PixiJS boilerplate, with Webpack supporting ES6 (with Babel) & SASS. It aims to set you up and running quickly so that you can play around with PixiJS, using modern JavaScript.

Installation

To set this project up and running simply clone this repo and then:

  • run npm install in the directory you downloaded it to install all dependencies.
  • run npm run start to launch the webpack dev server with hot reloading.

JavaScript

This project uses Webpack and Babel to enable you to write ES6.

CSS

Webpack makes uses of SASS loader to enable you to modularize any CSS that might be included in the project. All basic styles written in styles/app.scss are made globally available in the project.

Feature Overview

  • Libraries included are Pixi.JS, jQuery
  • Webpack and Webpack Dev Server with hot module reloading
  • Support for ES6
  • Support for SASS
  • Autoprefixing of CSS

License

This boilerplate is licensed under MIT, have fun!

About

A simple PixiJS boilerplate, with Webpack, Babel & ES6 support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages