Skip to content

Commit 3adef73

Browse files
committed
Updated README and removed package.json
1 parent 1bd96a5 commit 3adef73

File tree

2 files changed

+6
-31
lines changed

2 files changed

+6
-31
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ First of all, clone this repository:
1818

1919
After that, enter the folder ```$ cd hello-phaser-io``` and execute this line in your directory:
2020

21-
npm install
21+
bower install
2222

2323
And then execute:
2424

25-
bower install
25+
sudo npm install http-server -g
26+
27+
You will have to inform your password
2628

2729
## Running
2830

2931
Execute this line to run your game:
3032

31-
//To do
33+
http-server
3234

33-
Your game should be running on ```http://0.0.0.0:3000/```
35+
Your game should be running on ```http://0.0.0.0:8080/```

package.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)