Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1689

Open localhost from the command line

$
0
0
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;
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

Viewing all articles
Browse latest Browse all 1689

Trending Articles