Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 280 Bytes

PIXI.JS Project Template

This is a template for PIXI.JS projects, including the webpack, webpack-cli and webpack-dev-server.

For up and running:

npm install

run dev server:

npm run start

build:

npm run build

Have fun 😄