mobile-app-distribution-server
v0.0.1
Published
View and debug web app with simple localhost server
Downloads
2
Readme
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 (default9001
)-d / --directory
: specify differentwww
directory (defaultwww
next toapp.js
)