You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
50
50
-[Modulus](#modulus)
51
51
-[Netlify](#netlify)
52
52
-[Now](#now)
53
+
-[S3 and CloudFront](#s3-and-cloudfront)
53
54
-[Surge](#surge)
54
55
-[Something Missing?](#something-missing)
55
56
@@ -1038,6 +1039,10 @@ When you build the project, Create React App will place the `public` folder cont
1038
1039
1039
1040
See [this example](https://github.com/xkawi/create-react-app-now) for a zero-configuration single-command deployment with [now](https://zeit.co/now).
1040
1041
1042
+
### S3 and CloudFront
1043
+
1044
+
See this [blog post](https://medium.com/@omgwtfmarc/deploying-create-react-app-to-s3-or-cloudfront-48dae4ce0af) on how to deploy your React app to Amazon Web Services [S3](https://aws.amazon.com/s3) and [CloudFront](https://aws.amazon.com/cloudfront/).
1045
+
1041
1046
### Surge
1042
1047
1043
1048
Install the Surge CLI if you haven't already by running `npm install -g surge`. Run the `surge` command and log in you or create a new account. You just need to specify the *build* folder and your custom domain, and you are done.
0 commit comments