Skip to content

Commit 5c637a4

Browse files
swaminatoriansu
authored andcommitted
Add deployment instructions with AWS Amplify (#6208)
* Add AWS Amplify deployments to the CRA Docs * Fixed typos * added gif * GIF link * Update docusaurus/docs/deployment.md * create-react-app to Create React App * Update docusaurus/docs/deployment.md * Removed extra verbiage. * Removed GIF
1 parent a1f6397 commit 5c637a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docusaurus/docs/deployment.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,17 @@ You can specify other environments in the same way.
160160

161161
Variables in `.env.production` will be used as fallback because `NODE_ENV` will always be set to `production` for a build.
162162

163+
## [AWS Amplify](http://console.amplify.aws)
164+
165+
The AWS Amplify Console provides continuous deployment and hosting for modern web apps (single page apps and static site generators) with serverless backends. The Amplify Console offers globally available CDNs, easy custom domain setup, feature branch deployments, and password protection.
166+
167+
1. Login to the Amplify Console [here](https://console.aws.amazon.com/amplify/home).
168+
1. Connect your Create React App repo and pick a branch. If you're looking for a Create React App+Amplify starter, try the [create-react-app-auth-amplify starter](https://github.com/swaminator/create-react-app-auth-amplify) that demonstrates setting up auth in 10 minutes with Create React App.
169+
1. The Amplify Console automatically detects the build settings. Choose Next.
170+
1. Choose *Save and deploy*.
171+
172+
If the build succeeds, the app is deployed and hosted on a global CDN with an amplifyapp.com domain. You can now continuously deploy changes to your frontend or backend. Continuous deployment allows developers to deploy updates to their frontend and backend on every code commit to their Git repository.
173+
163174
## [Azure](https://azure.microsoft.com/)
164175

165176
See [this](https://medium.com/@to_pe/deploying-create-react-app-on-microsoft-azure-c0f6686a4321) blog post on how to deploy your React app to Microsoft Azure.

0 commit comments

Comments
 (0)