Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 409 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 409 Bytes

dino-game

Modified version of chrome dinosaur game recreated with the HTML5 canvas.

How to Run the Web App

Start the http server.

http-server

Then visit http://localhost:8080/

How to Install the http-server Command

npm install -g http-server

Mac / Linux:

export PATH=./node_modules/.bin:$PATH

Windows:

SET PATH=.\node_modules\.bin;%PATH%