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:
- Application Server: Node
- Compiler: TypeScript
- Bundler: Webpack
- Unit Test Runner: Mocha
- Pixi.js: Pixi.js
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
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
.
yahiko
MIT