UI for Fn 
Start an fn server
fn start
Start the UI:
docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" fnproject/ui
All apps view:
All functions in an app:
npm install && npm install -g webpack
2) Start Functions API (see Fn on Github)
fn start
PORT=4000 API_URL=http://localhost:8080 npm start
PORT
- port to run UI on. Optional, 4000 by defaultAPI_URL
- Functions API URL. Required
webpack --watch