Deploy Github Pages in Minutes

Did you know it could be this easy?

Coral Fussman
The Startup

--

So last Thursday night I couldn’t sleep, and after a few minutes of losing a starring contest with the wall I decided this was the perfect opportunity to try deploying an app on Github Pages. (true story)

Let me preface by saying it’ll prob take me longer to type this article up than it did to deploy my app. BOLD statement I know! Quote me on it I’m ready.

Creating the App Step 1

I’m going to make few assumptions here. One, that you have a github account and two, that you know how to set up a repo. Full disclosure this is a React App walk through. However it’s pretty straightforward and most steps are transferable or intuitive when moving to another setup.

First step make a github repo for your app. Your repo name will become part of your URL so name accordingly. Also unless you’re paying for github, this repo has to remain public to work.

To test github pages, you can fire up almost any application I decided to make a quick Portfolio Website for myself using create-react app. You can also just deploy a simple html boiler plate even. This served as great draft for an actual Portfolio I plan on moving to my own domain in a few days. Finished product:

--

--

Coral Fussman
The Startup

Full Stack developer — Passionate about simplifying concepts, design, and innovation.