A simple web server html
git clone https://github.com/Jmallone/simple-web-server-html-.git
cd simple-web-server-html-/
make
Running in background
nohup serverd &
Acess browser in: http://localhost:8080
A small config file in .serverConfig:
#Root Dir
./www/
#Root File
index.html
#port
8080
#end
#Dont change order or position