\name{startApp} \alias{startApp} \title{Instantiates the app in the current working directory.} \usage{ startApp(port = 8101L) } \arguments{ \item{port}{The TCP port that the application should listen on.} } \description{ Instantiates the app in the current working directory. }