The UI is built with React Native and Native Base.
Build status
To test locally, you can point it to your SPR instance with the REACT_APP_API
variable.
Example:
REACT_APP_API=http://192.168.2.1 yarn start
If you want to use the MockAPI (with only a frontend and no SPR system running):
REACT_APP_API=mock yarn start