import createApp from "@quintype/framework/server/create-app";
Methods
# inner createApp(opts) → {Express}
Create an express app with various common configurations
Parameters:
Name | Type | Description |
---|---|---|
opts |
object
|
|
mountAt |
string
|
function
|
Mount Quintype framework at a subdirectory. See tutorial. If mountAt is a function, it must accept the current hostname and return the mount point. |
an express app
Express