Jade Dev
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-dev
create a folder
+ myfolder/
- index.jade
- example.css
- example.js
usage
cd myfolderjade-dev .
or for a different port:
cd myfolderjade-dev . 8081
open your browser to http://localhost:8080/index.jade