- Aug
- 2,267
- 108
While others may be aware of this, I was not, so I am sharing my findings.
When I want to view my website locally, before publishing to Github, I launch my local website via my web browser.
I discovered that I can also launch my local website via the TCC command line;
I've also created an alias to launch my local website;
Posting this mainly for my future reference, but others might also be interested.
Joe
When I want to view my website locally, before publishing to Github, I launch my local website via my web browser.
I discovered that I can also launch my local website via the TCC command line;
Code:
http:\\localhost:9090/index.html
I've also created an alias to launch my local website;
Code:
alias lh=http:\\localhost:9090/index.html
Posting this mainly for my future reference, but others might also be interested.
Joe