Merge branch 'master' into npm-script-and-doc

This commit is contained in:
Richard Davey
2018-03-07 11:21:46 +00:00
committed by GitHub
3 changed files with 24 additions and 6 deletions
+3 -2
View File
@@ -1,11 +1,11 @@
# phaser3-project-template
# 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:
@@ -14,3 +14,4 @@ Run next commands in your terminal:
|---------|-------------|
| `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. |
=======