1.0.6 • Published 7 years ago

servish v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Servish

A simple webserver for serving a single folder.

Written for Node.js to help with my web development.

Should manage to serve files, but nothing fancy.

Install

npm install -g servish

Usage

In the folder you wish to serve and use servish and it will be served.

Rewrite / and all 404 to index.html

For developing frontend apps it is sometimes wanted to have all urls be handled by our index.html document (Angular in HTML5 mode as an example).

To do this use the command line argument --rewrite.

servish --rewrite and it will rewrite all 404 to your index.html.

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago