Skip to content

Pixi.js project boiler plate using TypeScript, Webpack and Mocha

License

Notifications You must be signed in to change notification settings

yahiko00/PixiProject

Repository files navigation

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

About

Pixi.js project boiler plate using TypeScript, Webpack and Mocha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published