1.0.8 • Published 3 years ago

jserv v1.0.8

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

jserv

jserv is a development server for a single JSON file.

Usage

Serve a single json file from all endpoints:

npx jserv ./data.json

Changes made to the file will be reloaded and served.

Customize the host/port of the server:

npx jserv --port 4000 --host localhost ./data.json

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago