Web Server
docker-compose
docker-compose
see docker.md (need to make)
Start webserver on localhost
If project is in node, usually start like this:
If not using a framework, the easiest way is the following command:
I have it aliased to webserver
Connecting to the outside
There are different ways to do this. I'll list the 2 that I like.
using ngrok
ngrok
localtunnel
You can use npx
if you don't want to actually install localtunnel.
or install localtunnel like this:
Now you can use it like this:
Last updated