🚀 Deploying any app to GitHub Pages

Chetan Raj
JavaScript in Plain English
3 min readAug 22, 2020

--

Photo by SpaceX on Unsplash

GitHub Pages is a website holder for you & your projects. You can host your code directly from your GitHub repo. This article will help you how to manage your app in the master branch and deploy the code in the gh-pages branch easily.

You can choose any front-end framework like React, Vue, Gatsby, Next, Nuxt, Gridsome, and build the app in the master branch and build the code using the npm run build…

--

--