Cause backend is not working, this client does not work either.
This repository is On-The-Way service frontend client repository.
- Run
yarnto install packages. - Add
.envfile at the root. - Add the environment variable
REACT_APP_KEY,REACT_APP_URI. Example below.
REACT_APP_KEY=somekey
REACT_APP_URI=your_server_uri_without_last_'/' (e.g. www.myserver.com)
yarn start
and you're good to go! Open localhost:3000.