Skip to content

gnunn1/leaderboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaderboard

Show the highest scores for the mobile game for the Summit Keynote.

Installation:

cd leaderboard/
npm install

There are three ways in which you can build and run the web app:

  • Build once:
    • npm run build
    • Open index.html
  • Watch files continuously, rebuild incrementally, whenever one of them changes:
    • npm run watch
    • Open index.html, manually reload page in browser whenever there was a change
  • Hot reloading server:
    • npm start
    • Chrome should open automatically and go to http://localhost:8080/, page reloads automatically when there are changes
    • (if it doesn't reload, make sure you save it)

About

Keynote Demo 2016 Balloon Player Leaderboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.6%
  • HTML 30.4%
  • JavaScript 28.0%