enlighty

Game test

Usage no npm install needed!

<script type="module">
  import enlighty from 'https://cdn.skypack.dev/enlighty';
</script>

README

Netlify Status Windows build Linux build MacOs build

pixi-typescript-boilerplate

Beginner friendly template for pixi.js with Webpack


The previous version done with Parcel, which I won't support any further is here


Highlights

  • 🔰 - Beginner friendly.
  • 🛠 - Typescript + Babel.
  • ✈️ - Live reload.
  • 🚀 - Blazing fast bundle times
  • 📝 - Consistent code style using Prettier and Eslint
  • 📝 - Unit test support with Jest, generating code coverage.

Usage

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/jkanchelov/pixi-typescript-boilerplate

rm -r -force ./pixi-typescript-boilerplate/.git

Commands:

  • npm run build - starts build procedure
  • npm run dev - start watching for files and open's server on localhost:8080
  • npm run test - run tests
  • npm run code-coverage - generate code coverage report
  • npm 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