qrizan / yose-node-express

Yosethegame sample with ExpressJS

Home Page:http://www.leanwithagility.com/programs/show/professional-scrum-developer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yosethegame sample with ExpressJS

http://www.leanwithagility.com/programs/show/professional-scrum-developer


Languages

Language:JavaScript 90.1%Language:HTML 9.7%Language:CSS 0.2%