How to make a ReactJS app active/visible on AWS

前端 未结 3 1341
感动是毒
感动是毒 2021-01-27 01:43

I developed a reactJS project (front-end) on AWS which has it RESTFUL API coming from heroku. They are completly separated i.e the frontend and backend.

I have successfu

3条回答
  •  耶瑟儿~
    2021-01-27 02:32

    have you tried making setting S3 bucket to “public”? you can either set a policy for the entire bucket or to to make certain objects available publicly. here’s an AWS manual

    chances are, your react app needs something like that

提交回复
热议问题