README
Do this:
npm install localhostme -g
Then cd
into whatever dir you want and run:
localhostme
Defaults to :8000
, you can change this behavior by passing in a port:
localhostme 3000
That's it, super dumb, super simple...
Map your cwd to localhost:port
<script type="module">
import localhostme from 'https://cdn.skypack.dev/localhostme';
</script>
Do this:
npm install localhostme -g
Then cd
into whatever dir you want and run:
localhostme
Defaults to :8000
, you can change this behavior by passing in a port:
localhostme 3000
That's it, super dumb, super simple...