Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tatchi/reserv

Repository files navigation

Reserv

Static file server with auto-reloading written in reason native. This project is heavily inspired by servor but not as polished and without all the nice features it comes with. I built this mostly for fun and learning so if you need something robust, definitely reach out for something else. There are great alternatives such as servor, sirv or serve.

Install

$ npm install --save reserv

Note: This module can also be installed and used globally

Usage

$ reserv --help
NAME
reserv - Start a static file server

SYNOPSIS
reserv [OPTION]... [DIRECTORY]

ARGUMENTS
DIRECTORY (absent=.)
Directory to serve

OPTIONS
-p PORT, --port=PORT (absent=8000)
Port the server will be running on.

-r ROOT_FILE, --rootFile=ROOT_FILE (absent=index.html)
Default file to serve if no path (/).

BUGS
File bug reports at https://github.com/tatchi/reserv

COMMON OPTIONS
--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of `auto',
`pager', `groff' or `plain'. With `auto', the format is `pager` or
`plain' whenever the TERM env var is `dumb' or undefined.

--version
Show version information.

Example

reserv build -p 8000 -r index.html

Credit

Thanks to ulrikstrid and aantron for their awesome libraries (morph & luv)

About

Static files server in Reason Native

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors