Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 434 Bytes

CF Default App Static File

The default Static File app that will be pushed into the Swisscom Application cloud if no source code is provided.

Run locally

  1. Open the file public/index.html with your browser

Run in the cloud

  1. Install the cf CLI
  2. Run cf push --random-route
  3. Visit the given URL

Create ZIP

  1. Run zip -r staticfile_app.zip public Staticfile