/ClientServer.Azure

A template for deploying a WebSharper client-server application to Azure

Primary LanguageF#Apache License 2.0Apache-2.0

ClientServer.Azure

A template for deploying a WebSharper client-server application to Azure from source control. It uses paket and FSharp.Compiler.Tools to build and deploy your app on Azure.

Deploy to Azure

Steps

  1. Create an Azure account at http://azure.microsoft.com if you don't have one.
  2. Click on the button above and follow the steps to set up a new Azure Web App via GitHub
  3. See your app running on the URL you configured.
  4. Every source push will trigger an update to your Azure app.

How does it work?

  1. When you push to your repo, deploy.cmd will execute.
  2. This will curl paket and restore the necessary packages (WebSharper and FSharp.Compiler.Tools)
  3. It will compile your app using msbuild.
  4. And it will copy it to the web root/deployment folder.