Create a public url for a static site from localhost
- Install nodeJS http://nodejs.org/
- 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 !!