So do you want to deploy a react application for no charges?

Yes, you can deploy the react application free of cost using Github pages. Let’s get started with this tutorial.

Prerequisites:

1.  Install Git,

2.  Make your GitHub account,

3.  Install npm and npx

8 Simple Steps:

  1. Setup a react application[Optional if you have your react application]
  2. We will set up the react application using create-react-app
$ npx create-react-app react-demo
$ cd ./react-demo

2. Install gh-pages npm package as a dev dependency

npm intall gh-pages --save-dev

#reactjs #github #deployment #react

How to Deploy A React Application on GitHub Pages?
1.25 GEEK