jade-server
v0.0.1
Published
a dynamic jade server
Downloads
8
Readme
Jade Server
Basic jade file server. Ideal for building local prototypes apart from any application. All other files are served statically as they usually would.
installation
npm install -g jade-servercreate a folder
+ myfolder/
- index.jade
- example.css
- example.jsusage
cd myfolder
jade-server .open your browser to http://localhost:8080/index.jade
