From the course: React: Building Progressive Web Apps (PWAs)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deploy on Netlify

Deploy on Netlify - React.js Tutorial

From the course: React: Building Progressive Web Apps (PWAs)

Start my 1-month free trial

Deploy on Netlify

- [Narrator] Before we deploy our application, let's go ahead and run one final audit. First, we'll run a build. Then, we'll serve up our build on localhost:5000. Now if I open up my audits panel I can run these audits. And if I scroll down a little bit, I'll see some errors related to the PWA. And it says that it doesn't redirect HTTP traffic to HTTPS. So, this is something I can clear up by simply deploying this application. Now another thing I notice here is that there is a warning. We probably have seen this before. "There were issues affecting this run of Lighthouse." It's usually a good idea to run a Lighthouse check, either in an incognito window, or you can run it as a guest. So I'm going to open up this guest window, and the next time I run an audit I'm going to run it from here. So we're going to deploy our application on Netlify, which is a great tool for deploying applications, particularly react applications from a build folder. So I'm going to go ahead and log-in, and…

Contents