(AWS S3) 구축 [FrontEnd]


##### S3 버킷 작성 ##### 버킷 정책 추가 여기서 OAI는 [(AWS CloudFront) 구축 [FrontEnd]](https://hkpark130.p-e.kr:8100/posts/52) 여기서 만든 OAI를 설정 ##### 웹 사이트 호스팅 설정 ##### React 관련 오브젝트를 S3에 업로드
AmazonS3FullAccess 권한을 가진 유저 설정
# aws configure

# npm install -g create-react-app
# create-react-app sample-deploy
# cd sample-deploy/
# npm run build
# npm run  build && aws s3 sync ./build s3://park-test-s3
되돌아가기 수정