https://github.com/penge/pixijs-boilerplate
https://github.com/penge/pixijs-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/penge/pixijs-boilerplate
- Owner: penge
- Created: 2023-11-29T14:42:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T15:16:53.000Z (over 2 years ago)
- Last Synced: 2025-01-30T11:11:07.349Z (over 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PixiJS Boilerplate
[PixiJS](https://pixijs.com) + [TypeScript](https://www.typescriptlang.org) + [Rollup](https://rollupjs.org) + [ESLint](https://eslint.org)
```
$ npm i
$ npm run lint
$ npm run watch # See "out" dir
$ npm run build # See "out" dir
```