18 lines
452 B
Markdown
18 lines
452 B
Markdown
# Phaser 3 Webpack Project Template
|
|
|
|
A Phaser 3 Project Template
|
|
|
|
### Requirements
|
|
|
|
We need [Node.js](https://nodejs.org) to install and run scripts.
|
|
|
|
## Install and run
|
|
|
|
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. <br> Press `Ctrl + c` to kill **http-server** process. |
|
|
=======
|