- React JavaScript library for building user interfaces
- Redux predictable state container for JavaScript apps
- Semantic UI React React javascript user interface library
Install yarn with npm
npm install -g yarn
yarn installCreate .env file that contains:
REACT_APP_API_URL=http://localhost:4200npm startAlso run the Backend API
npm run dev


