Skip to content

ScoreKeeper using Meteor and React. Create a new game or join existing one, syncs scores with other players who have loaded the same game.

Notifications You must be signed in to change notification settings

randomlysa/scorekeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scorekeeper Info

Basic scorekeeping app. Features:

  • Add and remove players
  • Increase or decrease score by one point
  • Sorts from high score to low
  • Three styles for players in first - third place
  • Animations using react-flip-move

View at http://scorekeeper-randomlysa.herokuapp.com

Run locally

Requirements

Instructions

  • Clone or download and unzip the project and cd into the dir.
  • Run meteor npm install
  • Run meteor
    • By default, the project runs on port 3000. Use meteor --port # to specify a different port.
  • Open http://localhost:3000 in your browser.

Deploy to Heroku

Requirements

  • Your Heroku account needs to be verified with a credit card in order to use the mongolab addon.
  • Heroku Toolbelt
  • git

Instructions

  • Inside the project dir, run meteror node --version. This will show the node version the project is using. (Mine is 8.11.4,)
  • Modify package.json to include this version info under engine:
    • engine: { "node": "node.version.number"}
  • Run heroku create project-name
    • Project names are globally shared so you will probably need to use something like projectname-yourname (example, I use projectname-randomlysa.)
  • Run heroku buildpacks:set https://github.com/AdmitHub/meteor-buildpack-horse.git
  • Run heroku addons:create mongolab:sandbox
  • Run heroku config:set ROOT_URL="https://YOUR_PROJECT_URL.herokuapp.com"
  • Run git push heroku master
  • Wait a long time.
  • Open your app!

Also, meteor-buildpack-horse, which was used above, has instructions on deploying to Heroku.

About

ScoreKeeper using Meteor and React. Create a new game or join existing one, syncs scores with other players who have loaded the same game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published