Skip to content

Commit 3b3d8a4

Browse files
wolovimrandycoulman
authored andcommitted
Adds to docs - deployment with S3/CloudFront (facebook#1071)
* Adds to docs - deployment with S3/CloudFront * Tweaks
1 parent f4ef8b5 commit 3b3d8a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-scripts/template/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
5050
- [Modulus](#modulus)
5151
- [Netlify](#netlify)
5252
- [Now](#now)
53+
- [S3 and CloudFront](#s3-and-cloudfront)
5354
- [Surge](#surge)
5455
- [Something Missing?](#something-missing)
5556

@@ -1038,6 +1039,10 @@ When you build the project, Create React App will place the `public` folder cont
10381039
10391040
See [this example](https://github.com/xkawi/create-react-app-now) for a zero-configuration single-command deployment with [now](https://zeit.co/now).
10401041
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+
10411046
### Surge
10421047
10431048
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

Comments
 (0)