Skip to content

lholmquist/2022-game-app

 
 

Repository files navigation

Docker

Frontend

Build Docker container

docker build -t rhdemo/2022-game-app -f Dockerfile.frontend .
docker run -it --rm -p 80:80 rhdemo/2022-game-app

Run Docker container

docker run -it --rm -p 80:80 rhdemo/2022-game-app

You can access the app at http://localhost

You can access the demo at http://localhost/demo.html

Environment Variables

BACKEND_ENDPOINT=ws://0.0.0.0/graphql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.6%
  • SCSS 13.4%
  • HTML 4.8%
  • Shell 2.0%
  • JavaScript 2.0%
  • CSS 0.2%