1.0.2 • Published 6 years ago

@marjanovicsteva/stevit-server v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Stevit Server

The official Stevit development server soltion. A simple HTTP server created using NodeJS and published through Node Package Manager.

Usage

Syntax: stevit-server [options]

Available options:

OptionDescription
-h, --helpDisplays available commands.
-p, --port <port>Port to use. Default is 8080.
-o, --openOpens the browser if the server successfully starts.

Installation

$ npm install @marjanovicsteva/stevit-server

To add this npm package to your local machine, type the above into your command line. You’ll notice a node_modules directory appear in your root where the package is now installed.

If you're having trouble installing packages, check out the helpful docs for installing npm packages locally.