Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.58 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.58 KB

RobotlegsJS Phaser TypeScript Boilerplate

A bootstrap project to create games with Phaser3 + TypeScript + RobotlegsJS + Webpack.

Features

  • TsLint with TypeScript Standard Style configuration.
  • Browsers are automatically updated as you change project files.
  • Webpack configuration ready.
  • Asset generator.
  • Generated assets loader functionality.
  • Auto resizing.

Dependencies

Why?

TypeScript provides advanced autocompletion, navigation, and refactoring!

Usage

You need Node.js and npm. You should also have git installed, but it's not mandatory.

Clone the repository (or download the ZIP file):

git clone [email protected]:RobotlegsJS/RobotlegsJS-Phaser-Boilerplate.git

Install dependencies:

npm install

Run a development build:

npm start

Run a production build:

npm run build

Serve build:

npm run serve

Contributing

Please report any bugs or add requests on GitHub Issues.

License

MIT