cra-template-pixijs-typescript

The base template for Create React App with pixi.js and Typescript.

Usage no npm install needed!

<script type="module">
  import craTemplatePixijsTypescript from 'https://cdn.skypack.dev/cra-template-pixijs-typescript';
</script>

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.