Skip to content

redhat-developer-demos/leaderboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.4%
  • JavaScript 38.6%
  • HTML 9.0%