Last Updated: February 25, 2016
·
634
· eveevans

Run a webserver with one line of Ruby (2)

ruby -run -e httpd . -p 5000

2 Responses
Add your response

Thanks, this is useful.

over 1 year ago ·

alias rs='ruby -run -e httpd . -p 5000' to make it even quicker to run.

over 1 year ago ·