Last Updated: February 25, 2016
·
1.197K
· twilson63

w3 - a simple static web server

http://twilson63.github.com/w3/

Launch a web server in any directory:

# install nodejs from http://nodejs.org
# install w3 to your global scope
npm install w3 -g
# navigate to your web site/app
cd [your website folder]
# run w3 default 3000
w3
OSZAR »