Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 980 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 980 Bytes

pixijs-v5-examples

Pixijs v5 examples with npm and webpack

CircleCI

Examples will be written in typescript, you can check webpack config files for its configuration.

Looking for source? Check src folder Looging for assets? Check build folder There will be a dedicated ts class for each example. If an example will be big enough to require more than one class then all class but starting one will be moved to a dedicated folder.

Contributing

This project runs under MIT license. Since it represents a collection of examples I won't set any strong rule about coding, if you want to contribut just keep the code clean and tidy. Since these are examples, please also comment it.

Build Dev

npm run build

Run Dev

npm run start

Build Prod

npm run build-prod

Run Prod

npm run start-prod