An open API service indexing awesome lists of open source software.

https://github.com/ded/jade-server

a basic file server for jade
https://github.com/ded/jade-server

Last synced: 11 months ago
JSON representation

a basic file server for jade

Awesome Lists containing this project

README

          

### Jade Server
Basic [`jade`](http://jade-lang.com) file server. Ideal for building local prototypes apart from any application. All other files are served statically as they usually would.

installation
``` sh
npm install -g jade-server
```

create a folder

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

usage
``` sh
cd myfolder
jade-server .
```

open your browser to [http://localhost:8080/index.jade](http://localhost:8080/index.jade)