A simple starter template/example for PixiJS 7 and TypeScript. Based on the starter by GuillaumeDesforges found here: https://github.com/GuillaumeDesforges/pixijs-typescript-starter
- Node JS (v18+) with NPM
npm install
Launch the Complete development
launch configuration.
Putting/removing breakpoints in the .ts
files with VS Code in /src
should work.
If it does not, please open an issue.
Edit the TypeScript files, the browser should refresh on save.
You can also start the development server by executing the following script within the repo:
npm run dev
You should then see the starter on http://localhost:3000/