A bootstrap project to create games with Phaser3 + TypeScript + RobotlegsJS + Webpack.
- 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.
- Phaser.
- SignalsJS.
- RobotlegsJS.
- RobotlegsJS-Phaser.
- RobotlegsJS-SignalCommandMap.
- RobotlegsJS-Macrobot.
- Phaser3-Nine-Patch.
TypeScript provides advanced autocompletion, navigation, and refactoring!
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
Please report any bugs or add requests on GitHub Issues.