deployment-docs

Advanced Front End | React (PP5) : Build & deployment

Congratulations, these are the final steps to deploying the React project.


You have already done all that is necessary to deploy your application, follow the guide below for a couple of extra tips.

Process

  1. By this time, your application should have finished deploying. If it has not, click on the “Deploy” link to see your deployment logs

    deploy link at the start of deploy message

  2. Watch the console for some activity, deployment can take up to 15 minutes to complete

    a build log showing the start of a build with a download and commit checkout

  3. Deployment completed!

    When the build and deployment have completed, the console will look something like this:

    a build log with a green success message at the bottom

    If the build process does not appear to complete, please refer to our troubleshooting guide.

  4. Open the deployed site via the link below the WEB SERVICE name

    an anchor element displayed below the name of the web service with a copy to clipboard icon next to it

    The URL can be copied to a clipboard using the provided copy icon. Handy for adding to a README or sharing with a professional network.

  5. Enjoy your newly deployed web service!!

    an example of a deployed site in a browser

If for any reason this process has not succeeded, please refer to our troubleshooting guide.

Up Next

That's it! The project is now deployed to Render.com and ready to be viewed by the public. Congratulations, you have successfully migrated your project! 🎉