SkillAgentSearch skills...

PixiProject

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

Install / Use

/learn @yahiko00/PixiProject
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars43
CategoryDevelopment
Updated1y ago
Forks14

Languages

TypeScript

Security Score

75/100

Audited on May 13, 2024

No findings