-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

React Interview Guide
By :

There are several options to deploy an app, such as Netlify, Vercel, GitHub Pages, and Firebase Hosting. We will use Netlify for the deployment by signing in through a GitHub account on the Netlify website. On the dashboard, you will have the option to select the repository and configure the site through settings. It is also possible to change a random site name to a new name. Since an environment variable file (e.g., .env.local
) is not available in the root of the GitHub repository, you need to import the environment variable file into the dashboard before clicking the Deploy site button.
By following all these steps, the application is now available online for everyone to access around the world. You can quickly go through all the screens, which are available at the Netlify domain for your reference: https://onestop-electronics.netlify.app/.
Through continuous deployment, Netlify automatically updates your site when the code is updated...