Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 889 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 889 Bytes

cbr-currency-converter-ui

This is frontend for cbr-currency converter Ui is responsive

It has the following options to start:

local

Locally Execute yarn install && yarn start to start react in dev mode. Proxy to backend is configured here

compose

Docker Execute docker-compose up --build to start react in prod mode (static). Proxy to backend is configured here

Important: Don't forget to run backend compose first, because this compose requires the network

Frontend will be available at localhost:3000