Deploy React application on Netlify.app within 5 mins

Zain Ahmed
2 min readAug 22, 2020

--

In this artical we will see how we can simple deploy our React Application on Netlify.app

Step 1. Setup git in your project with some basic commands like 1. git init 2. git add . 3. git commit -m “initial commit” 4. git push.

Step 2. Create account on Netlify.com and connect it with your github account

netlify screen 1

your screen look like this , click on New site from Git

Step 3. click on gihub button down blow

netlify screen 2

it will pop up a screen which will authorized you github account and then

netlify screen 3

select a repo which you create Earlier with your web code and then

netlify screen 4

now just select the latest branch and then click on deploy site button and sit for a moment it will deploy your site

netlify screen 4

Congratulations your site is deployed success fully

want to change the url no issue just go to site setting and

click on change site name and just change it.

hope you like this artical and will surely this help you a lot for your career beginning.

also subscribe to my youtube channel

--

--

Zain Ahmed
Zain Ahmed

Written by Zain Ahmed

Hello everyone, I am Zain Anmed a software engineer by profession, passionate about trying different technologies and trying some other cool stuff.

No responses yet