Skip to content

breeze4/dice-roller-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running locally

git clone https://github.com/breeze4/dice-roller-ws.git
cd dice-roller-ws
npm i

cd client
npm i

cd ..
npm start

Deploying

Background

The app is ready to be deployed to Heroku.

In production, Heroku will use Procfile which boots just the server:

web: npm run server

Steps

TODO: add Travis and steps here

About

Dice rolling app using websockets to publish the results to all active users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published