Beginner friendly template for pixi.js with Webpack
- 🔰 - Beginner friendly.
- 🚀 - Blazing fast bundle times ( by using swc for transpiling )
- 🛠 - Typescript + swc
✈️ - Live reload.- 📝 - Consistent code style using Prettier and Eslint
- 📝 - Unit test support with Jest, generating code coverage.
Click on the green button "Use this template" on top of the repo or
Simply copy paste this and start coding
git clone --depth=1 --branch=master https://github.com/yordan-kanchelov/pixi-typescript-boilerplate
rm -r -force ./pixi-typescript-boilerplate/.git
npm run build
- starts build procedurenpm run start
- start watching for files and open's server on localhost:8080npm run test
- run testsnpm run code-coverage
- generate code coverage reportnpm run code-style-check
- run's eslint and prettier check on your code
For vscode users - ctrl ( or ⌘ ) + shift + b will run the watch build as its set as default vscode task