Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 912 Bytes

File metadata and controls

49 lines (30 loc) · 912 Bytes

YoseTheGame

Get ready

fork me and clone your repository locally.

install node.js then run from the command line

npm install

check your install: run the test

npm test

The 2 tests should pass.

See it working

from your command line

node app.js

Open your browser and navigate to

http://localhost:7000/ping

And show your friends what you have so far

Deploy

Deploy and run your server so that the game can call it.

For example, on a local server that can be accessed by the internet, just run

node app.js

On a cloud, refer to the specific documentation of the cloud, modify your server accordingly and deploy

https://codeship.com/projects/7e882ab0-4d72-0134-a308-0605846d2e77/status?branch=master