https://github.com/yyq1025/balance-frontend
https://github.com/yyq1025/balance-frontend
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yyq1025/balance-frontend
- Owner: yyq1025
- License: mit
- Created: 2022-06-28T03:28:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T23:41:26.000Z (over 1 year ago)
- Last Synced: 2024-05-19T00:33:58.355Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/yyq1025/balance
- Size: 3.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Balance Frontend
[](https://github.com/yyq1025/balance-backend/blob/main/LICENSE)
[](https://github.com/yyq1025/balance-frontend)
[](https://reactjs.org/)
[](https://redux-toolkit.js.org/)
[](https://mui.com/)
[](https://reactrouter.com/)
[](https://github.com/yyq1025/balance-frontend/issues/42)## Environment Variables
| Name | Required | Description |
| ---- | -------- | ----------- |
| `REACT_APP_API_URL` | Yes | Backend API URL, e.g. `http://localhost:8080` |
| `REACT_APP_AUTH0_AUDIENCE` | Yes | Learn more [here](https://auth0.com/docs/quickstart/spa/react/02-calling-an-api) |
| `REACT_APP_AUTH0_CLIENT_ID` | Yes | Learn more [here](https://auth0.com/docs/quickstart/spa/react) |
| `REACT_APP_AUTH0_DOMAIN` | Yes | Learn more [here](https://auth0.com/docs/quickstart/spa/react) |