https://github.com/transfusion/deployapp-frontend
Frontend to DeployApp
https://github.com/transfusion/deployapp-frontend
Last synced: 9 months ago
JSON representation
Frontend to DeployApp
- Host: GitHub
- URL: https://github.com/transfusion/deployapp-frontend
- Owner: Transfusion
- Created: 2022-11-02T05:39:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T15:14:48.000Z (over 3 years ago)
- Last Synced: 2025-07-02T03:37:13.379Z (12 months ago)
- Language: TypeScript
- Homepage: https://github.com/Transfusion/deployapp-platform
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeployApp Frontend
## Development
The frontend is a [Create React App](https://github.com/facebook/create-react-app) project that can be started independently; however, running it as part of [`deployapp-platform`](https://github.com/Transfusion/deployapp-platform#running-development) during development is **strongly recommended** due to various cross-origin / HSTS hurdles such as [this](https://stackoverflow.com/questions/47207364/safari-is-forcing-https-on-everything-when-i-dont-want-it-to) and [this](https://stackoverflow.com/questions/54225687/ajax-withcredentials-not-passing-along-cookies-in-safari).
## Production
The running instance at https://deploy.plan.ovh is built with the [`.prod.env`](https://github.com/Transfusion/deployapp-frontend/blob/master/environments/.prod.env) profile.
The K8s configuration files [are provided here](https://github.com/Transfusion/deployapp-platform/wiki/Deployment-to-K8S#frontend) for reference.