Deploy React App to Netlify In just 2 minutes

Hassamkazmi
2 min readJan 12, 2021

--

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”

Your build folder

Step 3

Just click on the link below and create an account on netlify…

After login:

Click on sites

Step 4

Drag your build folder to the Netlify drag section

Drag your build folder

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

--

--

Hassamkazmi
Hassamkazmi

Written by Hassamkazmi

Dedicated web developer. Strong creative and analytical skills.

No responses yet