cra-template-pixijs
v1.0.4
Published
The base template for Create React App with pixi.js.
Downloads
6
Maintainers
Readme
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.