1.0.4 • Published 3 years ago

cra-template-pixijs v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

cra-template-pixijs

This is the base template for create pixi.js project using Create React App.

To use this template, add --template pixijs when creating a new app.

For example:

npx create-react-app my-app --template pixijs

# or

yarn create react-app my-app --template pixijs

For more information, please refer to:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create React App.
  • pixi.js - Start using pixi.js to build 2D webGL project.