Skip to content

diegodan1893/pixijs-seminar

Repository files navigation

PixiJS Seminar

How to run

Start a development server with

npm install
npm run dev

Then, you can access http://localhost:3000/. Supports hot reload.

Build

npm install
npm run build

The output will be in the ./dist directory.

Deploy to GitHub Pages with

npm run deploy