Skip to content

gserb/tunnelMe-HowTo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tunnelMe-HowTo

Create a public url for a static site from localhost

How to

  1. Install nodeJS http://nodejs.org/
  2. Install https://localtunnel.me/

npm install -g localtunnel 3. Dowload repo and inside 'view' folder put your static site. Be aware that in view folder must be present a 'index.html' file 4. Start node app

node app.js 5. Check http://localhost:8080/
6. In a new tab of terminal run:

lt --port 8080

How you will have a public url !!

About

Create a public url for a static site from localhost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published