4 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file,!1933Add note about installing watchman
@@ -61,6 +61,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
...
@@ -61,6 +61,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
-[Deployment](#deployment)
-[Deployment](#deployment)
-[Serving Apps with Client-Side Routing](#serving-apps-with-client-side-routing)
-[Serving Apps with Client-Side Routing](#serving-apps-with-client-side-routing)
-[Building for Relative Paths](#building-for-relative-paths)
-[Building for Relative Paths](#building-for-relative-paths)
-[Azure](#azure)
-[Firebase](#firebase)
-[Firebase](#firebase)
-[GitHub Pages](#github-pages)
-[GitHub Pages](#github-pages)
-[Heroku](#heroku)
-[Heroku](#heroku)
...
@@ -1202,6 +1203,10 @@ If you are not using the HTML5 `pushState` history API or not using client-side
...
@@ -1202,6 +1203,10 @@ If you are not using the HTML5 `pushState` history API or not using client-side
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.
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.
### Azure
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/).
### Firebase
### Firebase
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.
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.