If I have an .html page in my project and want to show that as it's renders what should I do? Is there any specific URL for this reason?
Update: In Github I mean!
If I have an .html page in my project and want to show that as it's renders what should I do? Is there any specific URL for this reason?
Update: In Github I mean!
This solution only for chrome browser. I am not sure about other browser.
This can be done using the following steps:
https://username.github.io/repo-name/
Here you put your username and repository name containing the html file
You can simply open the file in your browser of choice on your local machine.
If the .html file is, for example, a template file that is rendered via a cms or other similar system, then you will likely need to be running a local version of your server environment either on your dev machine or a dev environment you can access.