REACT_APP_API_HOST='https://api-staging.onbridge.io/api'
Run yarn
for install packages
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
This app designed to be built as a docker compose service from the root repository.
You can use docker to build and run it separately
docker build -t app .
docker run -it -p 80:80 app
Then navigate to http://127.0.0.1/ and have fun :-)