Isaac j
Isaac j

Reputation: 1

How to make my project URL in github look like this?

I am new at github and I developed an application and I want to upload it to github and I am required to make the app accessible on a URL of the type :

http://githubusername.github.io/projectname/#/myapptitle

when I upload files on a new repository with the projectname I don't get the same structure as above. Please help I need to submit my project. Thank you.

Upvotes: 0

Views: 57

Answers (1)

Oliver Weissbarth
Oliver Weissbarth

Reputation: 86

Have look a github pages right here https://pages.github.com/. There is a very short step by step guide. Basically your repository has to be called: "githubusername.github.io"

Upvotes: 1

Related Questions