Skip to content

jade dev server – serve a file no matter what path is accessed

Notifications You must be signed in to change notification settings

colelawrence/fdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 myfolder
jade-dev .

or for a different port:

cd myfolder
jade-dev . 8081

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

About

jade dev server – serve a file no matter what path is accessed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published