Skip to content

Commit dbeb90a

Browse files
tpetrinarandycoulman
authored andcommitted
Added link to Azure deployment tutorial (facebook#1338)
1 parent fd9826a commit dbeb90a

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
@@ -61,6 +61,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
6161
- [Deployment](#deployment)
6262
- [Serving Apps with Client-Side Routing](#serving-apps-with-client-side-routing)
6363
- [Building for Relative Paths](#building-for-relative-paths)
64+
- [Azure](#azure)
6465
- [Firebase](#firebase)
6566
- [GitHub Pages](#github-pages)
6667
- [Heroku](#heroku)
@@ -1202,6 +1203,10 @@ If you are not using the HTML5 `pushState` history API or not using client-side
12021203

12031204
This will make sure that all the asset paths are relative to `index.html`. You will then be able to move your app from `http://mywebsite.com` to `http://mywebsite.com/relativepath` or even `http://mywebsite.com/relative/path` without having to rebuild it.
12041205

1206+
### Azure
1207+
1208+
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](https://azure.microsoft.com/).
1209+
12051210
### Firebase
12061211

12071212
Install the Firebase CLI if you haven't already by running `npm install -g firebase-tools`. Sign up for a [Firebase account](https://console.firebase.google.com/) and create a new project. Run `firebase login` and login with your previous created Firebase account.

0 commit comments

Comments
 (0)