Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 411 Bytes

Fn App Example

This shows you how to organize functions into a full application and deploy them easily with one command.

Assuming you have an Fn server running, just clone this repo, cd into it then run:

fn deploy --all

Then surf to http://localhost:8080/r/helloapp

See apps documentation for more details on applications.