https://github.com/accesso-app/frontend
React, effector, SSR
https://github.com/accesso-app/frontend
Last synced: about 1 month ago
JSON representation
React, effector, SSR
- Host: GitHub
- URL: https://github.com/accesso-app/frontend
- Owner: accesso-app
- License: cc0-1.0
- Created: 2020-07-11T12:38:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T11:38:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T11:36:55.556Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 52
- Watchers: 10
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - accesso.app
README
# Accesso.app frontend
) [](http://prettier.io) [](http://commitizen.github.io/cz-cli/) [](https://conventionalcommits.org) [](https://featureslices.dev/v1.0) [](https://stackshare.io/accessoapp/frontend)
## Setup
- Create `.env` file from `.env.sample`, and select backend instance (open file in editor and remove one `BACKEND_URL` definition)
- Accesso supports `.env.local` file to load### Env vars
- `BACKEND_URL` (server) — full url to backend API endpoint to send requests from nodejs.
Example `BACKEND_URL=https://accesso.sova.dev/api/internal`, request `/session/get` will sent to `https://accesso.sova.dev/api/internal/session/get`. If not set uses `http://accesso.local:9005`
- `CLIENT_BACKEND_URL` (client, build-time) — full url to backend to call from browser. By default `/api/internal`