kurtaqui / pixijs-typescript-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixiJS Boilerplate using TypeScript

Getting Started

Installation

npm install

Build

npm run build

// watches for any changes and hot reloads them to the browser
npm run build:watch

// auto fixes typescript lint errors during build
npm run build:fix

Start Server

npm start

About


Languages

Language:TypeScript 84.8%Language:JavaScript 12.5%Language:HTML 2.6%