-
appup(opts)
-
Creates browserify bundle and starts up pages server and/or api server according to the supplied options.
If no api port is given, the api server is not started up. If no pages port is given, the pages server is not started up. If neither port is given, an error is thrown.
Parameters:
Name Type Description opts
Object Properties
Name Type Argument Description pagesPort
number <optional>
port at which to start up pages server
apiPort
number <optional>
port at which to start up api server
apiHost
string <optional>
specifies where api server is hosted (default: 'localhost')
config
string full path configuration provided to override browserify specific options and/or custom API/Pages servers init functions
entry
string entry file to add to browserify
watchdir
string <optional>
turns on live reload for the given directory
dedupe
boolean <optional>
turns on dynamic-dedupe
tunnel
boolean <optional>
sets up local tunnel pointing to @see opts.pagesPort and logs url to connect to from remote client
nocluster
boolean <optional>
(default:
false
) if set totrue
single servers are launched instead of a cluster of them
Maintenance
Commit Frequency
Further analysis of the maintenance status of appup based on released npm versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.
An important project maintenance signal to consider for appup is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.