Deploying a Create-React-App Website to Netlify with HTTPS

TL;DR

Click this:

Deploy to Netlify

and click yes to everything!

Is that it?

Yeah pretty much. This process creates a fork of https://github.com/netlify-labs/deploy-create-react-app (simply a site that has the output of npx create-react-app deploy-create-react-app) that you can then clone locally and edit. When you’re done and git push origin master, your changes will be automatically redeployed.

What do I get?

And many more features

Other ways to deploy

These Deploy Buttons are merely one way to deploy to Netlify.

  • If you have an existing repo on GitHub/GitLab/BitBucket you can simply create a new site from that repo.
  • If you have a local project you can use the Netlify CLI and run netlify init to initialize a site.
  • If you don’t want to use Netlify’s buildbot and continuous deploy you can run your own build and directly deploy a folder to production with netlify deploy --prod

Why?

This tutorial was made in response to this Reddit thread.

Tagged in: #react #netlify

Leave a reaction if you liked this post! 🧡
Loading comments...
Webmentions
Loading...

Subscribe to the newsletter

Join >10,000 subscribers getting occasional updates on new posts and projects!

I also write an AI newsletter and a DevRel/DevTools newsletter.

Latest Posts

Search and see all content