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
- Host: GitHub
- URL: https://github.com/ded/jade-server
- Owner: ded
- Created: 2014-02-17T21:45:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T21:32:07.000Z (over 8 years ago)
- Last Synced: 2025-03-25T11:11:29.247Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 48
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)