A simple quiz app built with React.js and Express.js
- Run
yarn setupto install dependencies for the project - Run
yarn startto start the client and server- Client runs ono port 3000 and server runs on port 5000
- Run
docker build --no-cache -t quiz-app:latest .to build the app - Run
docker run -p 3000:8080 quiz-appto run the container
