Last Updated: February 25, 2016
·
1.351K
· ammutable

simple localhost server

Do you like python SimpleHTTPServer python -m SimpleHTTPServer ?

If you have node installed you may like this, install the http-server globally:

npm install http-server -g

To use it call:

http-server ./build -p 8080

For extra juice read the help from http-server -h