smith-chris / react-pixi-starter

react+pixi+hmr = magic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React PIXI Starter

Unfancy React boilerplate project. Simple and good for beginners. HMR implementation is a work in progress. Only redux state is presered between reloads atm. BUT! It speeds up development anyway ;)

deps

What's inside

  • webpack - for awesome workflow and to tide everything into one sweet js bundle file
  • babel - for newest and greatest JS language features
  • react - because components are the way
  • react-pixi - because canvas is awesome!
  • redux - for easy state management
  • and others smaller utils

How to use

Clone the repo and install local dependencies run:

yarn

To develop run:

yarn start

and open localhost:8080

To build production package run:

yarn prod

and you will find compiled files in /dist directory.

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

react+pixi+hmr = magic


Languages

Language:TypeScript 64.6%Language:JavaScript 29.7%Language:HTML 5.7%