Web application frontend representing the famous quote quiz where the user will have to pick a correct answer to the asked questions.
This project represents frontend of the specified web application and it's based on React 18
First thing to do after pulling the project - run following command to install dependencies:
npm install
Next - rename .env.example file to .env and update Base Uri environment variable:
REACT_APP_BASE_URL=
For production build run following command:
npm run build
After installing the project, you can run project using following command:
npm run start
In order to access admin area you should go to the link: {BASE_URL}/admin
All done.