0.0.1 • Published 7 years ago

mobile-app-distribution-server v0.0.1

Weekly downloads
4
License
NDA
Repository
-
Last release
7 years ago

Mobile App Distribution Server

View and debug web app with simple localhost server

Installation

You must install with package globally to use it anywhere

npm install mobile-app-distribution-server -g

Usage

With global installation you can use Mobile App Distribution Server with command

serve

The server will start and a new browser window automatically appear on the following url

http://127.0.0.1:9001/

Options

  • -p / --port : specify different HTTP port for server (default 9001)
  • -d / --directory : specify different www directory (default www next to app.js)