yahiko00 / PixiProject

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 63.3%Language:JavaScript 26.3%Language:HTML 5.6%Language:CSS 4.8%