Temporary localhost website for FREE?

The word 'local'

Just wanna show someone a quick preview of a website that you are building without having to go through the process of buying domains and finding a way to host the code, I give you a few solutions:

  1. Netlify - you can get a free domain with the ending 'xyz.app.netlify', you just need have your code linked to GitHub, which isn't very difficult.
  2. Tunnels - Tools like ngrok or cloudflare to set up a secure and temporary connection with the web, for free!

This is just what I've come up with, hope you learnt something.

Until next time!