/stevit-server

Official Stevit development server solution (unfinished)

Primary LanguageJavaScript

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:

Option Description
-h, --help Displays available commands.
-p, --port <port> Port to use. Default is 8080.
-o, --open Opens 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.