cra-template-pixijs-typescript
v1.1.0
Published
The base template for Create React App with pixi.js and Typescript.
Downloads
2
Maintainers
Readme
cra-template-pixijs-typescript
This is the pixi.js and TypeScript template using Create React App.
To use this template, add --template pixijs-typescript
when creating a new app.
For example:
npx create-react-app my-app --template pixijs-typescript
# or
yarn create react-app my-app --template pixijs-typescript
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.