Skip to content

redhat-developer-demos/scoreboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scoreboard

A scoreboard for the mobile app game.

Installation:

cd scoreboard/
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

A scoreboard for the mobile app game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.7%
  • CSS 41.5%
  • HTML 12.8%