1.0.8 • Published 2 years ago

jserv v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago