- 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 install
Create .env
file that contains:
REACT_APP_API_URL=http://localhost:4200
npm start
Also run the Backend API
npm run dev