fbpx

Deploying React App to Netlify

Deploying React App to Netlify

Author: Murtuzaali Surti

react app is a single page application which means that there’s only one document i.e. index.html file which is updated using javascript as per the requirement of the user.

Let’s see you how you can deploy a react app on netlify from an existing git repository of yours. Click here to read more!