sharkservedeprecated

Serve your files for test

Usage no npm install needed!

<script type="module">
  import sharkserve from 'https://cdn.skypack.dev/sharkserve';
</script>

README

How to:

Install

  • run npm i -g sharkserve

Use

  • Serve dir /home/ from port 8081:
  • sharkserve --port=8081 --dir=/home
  • Standard settings: dir . port 8080
  • sharkserve
  • Localhost Only Mode: add the option --lhost=1
  • Disable autoreload: add the option --autoreload=0

Changelog

Version Description
1.2.1 Add Lhost Only Mode
1.2.0 ADD BIN READ
1.3.9 Runnable via sharkserve

For Advanced users:

You can permanently change the settings, 404 site and more by changing the settings.json in the downloaded folder node_modules/sharkserve/settings.json