Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 470 Bytes

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-server

create a folder

+ myfolder/
  - index.jade
  - example.css
  - example.js

usage

cd myfolder
jade-server .

open your browser to http://localhost:8080/index.jade