A simple quiz app built with React.js and Express.js
- Run
yarn setup
to install dependencies for the project - Run
yarn start
to 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-app
to run the container