Skip to content

zsd7200/bonesnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bones dice game, this time running on Node.

Also available to play on https://bones-de90e7d3d066.herokuapp.com/.

Install

To install and run the server locally run these commands:

git clone https://github.com/zsd7200/bonesnode.git
cd bonesnode
yarn install
yarn run build
yarn run watch

The server will now be running on port 3000 (http://localhost:3000/), unless otherwise specified.

Press CTRL+C to terminate the watch process.