Skip to content

kurtaqui/pixijs-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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