Access application at 1059.boyu.io
This is mainly a front-end application. A short server-side script is used to direct traffic between the front-end app and the ALF apis. Server script is already setup running on GCP Cloud Function. To get the app running locally, you will only need to setup the front-end.
Change directory
cd client
Start the application
npm start
- client: React.js
- server: Python