classafBedSheet::Main

sys::Obj
  util::AbstractMain
    afBedSheet::Main

Call to start Wisp and run a BedSheet app. To run BedSheet from the command line:

$ fan afBedSheet [-proxy] <appModule> <port>

Where:

  • proxy: (optional) Starts a dev proxy and launches the real web app on (<port> + 1)
  • appModule: The qname of the AppModule or pod which configures the BedSheet web app
  • port: The HTTP port to run the app on
run

Source

virtual override Int run()

Run baby, run!