0.0.1 • Published 10 years ago
fdev v0.0.1
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-devcreate a folder
+ myfolder/
- index.jade
- example.css
- example.jsusage
cd myfolder
jade-dev .or for a different port:
cd myfolder
jade-dev . 8081open your browser to http://localhost:8080/index.jade
0.0.1
10 years ago