Rightshare-frontend
This project is written using the Google App Engine IaaS (Infrastructure as a Service) framework.
The frontend is developed using the React web framework.
-
Download and install Google App Engine from here.
-
Install requirements into the
lib
folder
pip install requirements.txt lib/
Note: Project settings are already configured in app.yaml
, and the environment is setup to serve the build files generated from React.
- Include all the files created by running
npm build
oryarn build
into thetemplates
folder. - Deploy the project in one of the following ways:
- Using gcloud:
gcloud app deploy app.yaml index.yaml
(More reference available here.) - Using GAE Launcher: Hit the "Deploy" button available on the App Engine GUI.
Note: User should be provided App Engine Admin rights to deploy the project.