https://github.com/ltruchot/seed-pixi-typescript
A pre installed environnement to work with pixi.js with webpack & typescript
https://github.com/ltruchot/seed-pixi-typescript
environment getting-started pixijs typescript webpack
Last synced: 5 months ago
JSON representation
A pre installed environnement to work with pixi.js with webpack & typescript
- Host: GitHub
- URL: https://github.com/ltruchot/seed-pixi-typescript
- Owner: ltruchot
- Created: 2017-02-20T19:44:52.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T08:33:14.000Z (almost 4 years ago)
- Last Synced: 2023-08-10T22:04:31.681Z (almost 3 years ago)
- Topics: environment, getting-started, pixijs, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 38
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A seed for Pixi + Webpack + TypeScript projects
A "ready to dev" environment to work with PIXI.js, webpack & typescript for web oriented games/projects. Use it as a seed to begin a new project.
## Launch it
> Prerequisite:
> run `npm i` before first start
Run (dev): `npm start` then browse http://localhost:8080/
Build (prod): `npm run build` then use freshly generated "dist"
## More infos
Current Pixi version: Release v6.0.4
Last NPM full update: 2021-05
Licences: [CC-BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/): you can use/copy/modify any code but only without commercial intentions.