Now we are going to set our React app on Netlify. Start by creating a free account.

Signup for Netlify screenshot

Next, create a new site by hitting the New site from Git button.

Hit new site from git button screenshot

Pick GitHub as your provider.

Select GitHub as provider screenshot

Then pick your project from the list.

Select GitHub repo from list screenshot

It’ll default the branch to master. We can now deploy our app! Hit Deploy site.

Hit Deploy site screenshot

This should be deploying our app. Once it is done, click on the deployment.

View deployed site screenshot

And you should see your app in action!

Netlify deployed notes app screenshot

Of course, it is hosted on a Netlify URL. We’ll change that by configuring custom domains next.