Last Updated: February 25, 2016
·
1.145K
· 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