Files
fn-serverless/examples/apps/hellos/README.md
Travis Reeder fdb4188146 Adds before/after app get/list. And some bug fixes/cleanup. (#610)
* Adds before/after app get/list. And some bug fixes/cleanup.

* Fix test
2017-12-21 09:32:03 -08:00

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.