Deploy React App to Netlify In just 2 minutes
Netlify makes it super easy for developers to host websites responsibly, a way that is scalable and secure.
We have 5 steps to deploy our react app to netlify.
Step 1
Create React app using the command
“npx create-react-app myapp”
When the app is created make all the changes in-app.
Step 2
Create a build folder using the command
“npm run build”
Step 3
Just click on the link below and create an account on netlify…
After login:
Step 4
Drag your build folder to the Netlify drag section
Yeah! Your app is deployed…….
Step 5
If you want to change your domain name then go to the site setting and change it...
Thanks for Reading!
Follow me for more Blogs