stadoc

<p align="center"> <img src="https://user-images.githubusercontent.com/28672888/120195048-4b87c900-c259-11eb-98bb-19a5d553fe0a.png"> </p>

Usage no npm install needed!

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

README

Stadoc is simple webserver for static website page. (For Hexo, Hugo, Jekyll, etc...)

Route / is change to /index.html

Sample

image

install

npm install --global stadoc

run server

 $ stadoc web_directory

use in java/typescript

import stadoc from 'stadoc';
stadoc('web_directory', 8080);

Thanks.