mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
12 lines
281 B
Markdown
12 lines
281 B
Markdown
# App Example
|
|
|
|
This shows you how to organize functions into a full application and deploy them easily with one command.
|
|
|
|
```sh
|
|
fn deploy --all
|
|
```
|
|
|
|
Then surf to http://localhost:8080/r/helloapp
|
|
|
|
See [apps documentation](/docs/developers/apps.md) for more details on applications.
|