From 1ba6c993e21e4a63c8bb8872aed217b2466a024b Mon Sep 17 00:00:00 2001 From: Toni Petrina Date: Mon, 2 Jan 2017 19:15:17 +0100 Subject: [PATCH] Added link to Azure deployment tutorial --- packages/react-scripts/template/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index e55e6c9f4f8..ce87d26139b 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -61,6 +61,7 @@ You can find the most recent version of this guide [here](https://github.com/fac - [Now](#now) - [S3 and CloudFront](#s3-and-cloudfront) - [Surge](#surge) + - [Azure](#azure) - [Troubleshooting](#troubleshooting) - [`npm test` hangs on macOS Sierra](#npm-test-hangs-on-macos-sierra) - [`npm run build` silently fails](#npm-run-build-silently-fails) @@ -1251,6 +1252,10 @@ Install the Surge CLI if you haven't already by running `npm install -g surge`. Note that in order to support routers that use HTML5 `pushState` API, you may want to rename the `index.html` in your build folder to `200.html` before deploying to Surge. This [ensures that every URL falls back to that file](https://surge.sh/help/adding-a-200-page-for-client-side-routing). +### Azure + +See [this](https://medium.com/@to_pe/deploying-create-react-app-on-microsoft-azure-c0f6686a4321#.hmjzqlcck) blog post on how to deploy your React app to [Microsoft Azure](https://azure.microsoft.com/). + ## Troubleshooting ### `npm test` hangs on macOS Sierra