Jumballaya / devr

Development server for static web assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devr

Easy to use dev server for developing static web assets.

Install

Run the command npm install --global devr

Usage

Usage: devr <host> <port> <open>

Easy to add (and remove) development environment

Options:
  -v, --version         output the version number
  -hn, --host <string>  Host name that runs the server (default: "localhost")
  -p, --port <number>   Port to run the server on (default: 8080)
  -o, --open            Opens the browser up to the dev server
  -h, --help            output usage information

About

Development server for static web assets


Languages

Language:JavaScript 100.0%