deployment

How To Deploy React App …

GitHub Pages or gh-pages is one of the easiest ways to deploy static sites. But, did you know that you can also easily deploy a simple React app on GitHub Pages? Without any further ado, let’s get started. First, install gh-pages on the React app by typing: npm install gh-pages --save-dev …