Skip to content
/ stadoc Public

Very simple and faster server form static website using nodejs.

License

Notifications You must be signed in to change notification settings

raravel/stadoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.