An open API service indexing awesome lists of open source software.

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

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.