Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.07 KB

Pixi.js Project

A generic frontend Pixi.js project boiler plate in TypeScript using Webpack.

Main features:

  • Source Map support
  • Incremental Build
  • Unit tests
  • Browser Hot Reload

Main dependencies:

Installation

Node, TypeScript and TSLint should be installed globally.

$> git clone https://github.com/yahiko00/PixiProject.git <new folder>
$> cd <new folder>
$> git init
$> npm install

Build

Commands should be run under a bash shell.

The following command builds and run the project in development mode with Hot Reload.

$> npm run serve

The following command builds the project in production mode.

$> npm run build

For more predefined commands, see package.json, item scripts.

Contributors

yahiko

Licence

MIT