1.0.5 • Published 4 years ago
stadoc v1.0.5
Stadoc is simple webserver for static website page. (For Hexo, Hugo, Jekyll, etc...)
Route / is change to /index.html
Sample

install
npm install --global stadocrun server
$ stadoc web_directoryuse in java/typescript
import stadoc from 'stadoc';
stadoc('web_directory', 8080);Thanks.