stadoc
v1.0.5
Published
<p align="center"> <img src="https://user-images.githubusercontent.com/28672888/120195048-4b87c900-c259-11eb-98bb-19a5d553fe0a.png"> </p>
Downloads
9
Maintainers
Readme
Stadoc is simple webserver for static website page. (For Hexo, Hugo, Jekyll, etc...)
Route /
is change to /index.html
Sample
install
npm install --global stadoc
run server
$ stadoc web_directory
use in java/typescript
import stadoc from 'stadoc';
stadoc('web_directory', 8080);
Thanks.