# phaser3-examples **Repository Path**: jiash/phaser3-examples ## Basic Information - **Project Name**: phaser3-examples - **Description**: Phaser 3 Examples - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Phaser 3 Examples ### Requirements We need [Node.js](https://nodejs.org) to install and run scripts. ### Install and run To show the example browser run next commands in your terminal: | Command | Description | |---------|-------------| | `npm install` | Install dependencies and launch browser with examples.| | `npm start` | Launch browser to show the examples.
Press `Ctrl + c` to kill **http-server** process. | | `npm run update` | To build a new `examples.json` file if you add a new example. |