So I tried to get Phaser to work on thru their tutorial, got stuck on step 6, unfortunately because I have no programming experience whatsoever. Here's what you do, to my knowledge to get the html file to open on your server.
- place hellophaser folder entirely into your public folder within myapp folder.
- in terminal, "$ cd myapp" and "$ node app.js"
- on browser, "http://localhost:3000/hellophaser" to open the public folder with hellophaser.
I got stuck because I didn't know express had a public folder to which you put static images and html. The shit they don't tell u tho