README
AnyServ
A simple web server that you can run in any folder
npm i -g anyserv
and in console
anyserv
You can specify any listening port and host:
anyserv --port 1337 --host google.com
Enjoy.
A simple web server that you can run in any folder
<script type="module">
import anyserv from 'https://cdn.skypack.dev/anyserv';
</script>
A simple web server that you can run in any folder
npm i -g anyserv
and in console
anyserv
You can specify any listening port and host:
anyserv --port 1337 --host google.com
Enjoy.