Trisk
Trisk

Reputation: 21

How can I host my javascript web application on Github Pages?

Recently I started building a small single page application for reducing anxiety. I am trying to host this basic CSS/HTML/Javascript website on GH pages but can't seem to figure out what I am doing wrong after hours of looking on the web.

The project: https://github.com/GrovesJames/Release

Any tips or guidance would be appreciated! Thank you!

Upvotes: 2

Views: 1125

Answers (1)

kuroyza
kuroyza

Reputation: 372

In Your web application repository click on settings, then scroll down until you find GitHub Pages:

Then click on none and change it to master branch /docs folder

Upvotes: 2

Related Questions