Skip to content

Commit dace41d

Browse files
wolovimalexdriaguine
authored andcommitted
Adds to docs - deployment with S3/CloudFront (facebook#1071)
* Adds to docs - deployment with S3/CloudFront * Tweaks
1 parent 840e969 commit dace41d

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
@@ -51,6 +51,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
5151
- [Modulus](#modulus)
5252
- [Netlify](#netlify)
5353
- [Now](#now)
54+
- [S3 and CloudFront](#s3-and-cloudfront)
5455
- [Surge](#surge)
5556
- [Something Missing?](#something-missing)
5657

@@ -1043,6 +1044,10 @@ When you build the project, Create React App will place the `public` folder cont
10431044
10441045
See [this example](https://github.com/xkawi/create-react-app-now) for a zero-configuration single-command deployment with [now](https://zeit.co/now).
10451046
1047+
### S3 and CloudFront
1048+
1049+
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/).
1050+
10461051
### Surge
10471052
10481053
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)