TelemedDevGroup / TelemedProtoApp

DemoSite
http://telemed-poc-back-dev.us-west-2.elasticbeanstalk.com/
1 stars 0 forks source link

[INFRA] investigate option to deploy and run front and back apps separately #22

Open ro-jar opened 4 years ago

ro-jar commented 4 years ago

AC1: ability to run Front app locally and point it to Back app running in cloud AC2: please add all the required documentation (probably into readme) on how to point ui app to beck-end

ykorobitsin commented 4 years ago

I think the best option would be defining proxy in package.json:

https://create-react-app.dev/docs/proxying-api-requests-in-development/ https://hackernoon.com/package-your-react-app-with-spring-boot-a-how-to-guide-cdfm329w

svareyko commented 4 years ago

proxies good solution for our purpose, lets apply it