Codecademy Logo

Deploy a React+Redux Application

Deploying

You can use Netlify to deploy and host your static sites.

Linking a Repo

You can link a GitHub repository that contains the code to your static site to your Netlify account and have the site deployed and hosted.

Continuous Deployment

With Continuous Deployment, Netlify automatically updates your site once you’ve updated the code in your GitHub repository.

Site Logs

To check if your site is running, look over the logs that Netlify provides for each of your static sites.

Learn More on Codecademy