An open API service indexing awesome lists of open source software.

https://github.com/alkamin/pixijs-template

Pixi.js + Webpack + Babel
https://github.com/alkamin/pixijs-template

babel pixijs webpack

Last synced: about 1 year ago
JSON representation

Pixi.js + Webpack + Babel

Awesome Lists containing this project

README

          

# pixijs-template
Pixi.js + Webpack + Babel

A minimal starting point for experiments with Pixi.js using Webpack and Babel to get the latest ES features.

## Usage

Clone the repository to use it as a starting point for your own Pixi.js experiments and then remove the remote to clear the way for your own git repo usage

1) `git clone git@github.com:alkamin/pixijs-template.git some-pixi-experiment`
2) `cd some-pixi-experiment`
3) `npm run reinit`

The entry point is `src/index.js` which already has a Pixi.js app initialized.

### Assets

All assets are placed in the `src/assets/` directory and will be available to the app at `assets/`.

### Scripts

* `npm run start` - start the development server
* `npm run build` - build a deployable bundle
* `npm run reinit` - after cloning the repo, run this command to re-initialize the repository for your own project