Simple server. To run just type:
$ bash httpd -c <NCPU> -r <ROOT_DIR>
Also can by typed -p to specify port (Default port is 80).
Default root can be specified from this github:
$ bash httpd -c 4 -r "DOCUMENT_ROOT"
If everything OK, you will see message:
Server started at port: 80
CPU count is: 4
ROOTDIR is: DOCUMENT_ROOT