ddwww
ddwww spins up a local static web server for development.
- Install it:
brew install denisdefreyne/tap/ddwww
-
cd
into a directory with a web site - Run
ddwww
- Open
http://localhost:3000
This is great for situations where you have a local web site and want to view it. The file://
protocol is severely restricted and the only real alternative is a local web server.
See the ddwww GitHub repository for details.
See also: