This project is about Question Game used https://opentdb.com/api_config.php. I use React with the addition of Typescript, StyleComponent.
- Download the project
- cd quiz-app-ts
- npm install
- npm run start
- Go to: http://localhost:3000
Lets build the docker image we just created. Make sure you are in the project root directory in your terminal and run the following command
$ docker build . -t react-docker
$ docker run -p 8000:80 react-docker
Now open http://localhost:8000 in your browser to check its running !