uApp

Bootstrapping

You need to define a top-most uRouter which will be bootstrapped to serve as the main entry point of your app.

@uRouter()
class App {
    ...
}

const config = {
  port: 3000
}

uApp.bootstrap(App, config)

With configuration. See below for description.

interface uAppConfig {
  port: number
  turboMode?: boolean
}

results matching ""

    No results matching ""