-
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 optsObject Properties
Name Type Argument Description pagesPortnumber <optional>
port at which to start up pages server
apiPortnumber <optional>
port at which to start up api server
apiHoststring <optional>
specifies where api server is hosted (default: 'localhost')
configstring full path configuration provided to override browserify specific options and/or custom API/Pages servers init functions
entrystring entry file to add to browserify
watchdirstring <optional>
turns on live reload for the given directory
dedupeboolean <optional>
turns on dynamic-dedupe
tunnelboolean <optional>
sets up local tunnel pointing to @see opts.pagesPort and logs url to connect to from remote client
noclusterboolean <optional>
(default:
false) if set totruesingle 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.
