0.1.10 • Published 3 years ago

@frondjs/dev-server v0.1.10

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

FrondJS Development Server

This is a simple node.js static file server. Frond apps uses this development server by default.

Install with:

npm i -g @frondjs/dev-server

Usage:

frond-dev-server --help
frond-dev-server <cmd> [args]

Commands:
  frond-dev-server start  Starts a server.

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

The only command is start:

frond-dev-server start --help
frond-dev-server start

Starts a server.

Positionals:
  publicpath  The server will serve all of the files under this directory.
                                                     [string] [default: "build"]
  port        The server will be accessible through this port.
                                                        [number] [default: 8080]
  silent      Don\'t stdout.                           [boolean] [default: false]
  watch       The app will rebuild itself on codebase change if set.
                                                       [string] [default: false]

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]
0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago