Sutil Template for Elmish

The simplest Sutil Elmish application. This gives you a development area and shows how a single page Elmish application is constructed and mounted with minimal styling. See

  • src/App/App.fs.
  • public/index.html

Quick Start

    git clone -s https://github.com/davedawkins/sutil-template-elmish.git
    cd sutil-template-elmish
    dotnet tool restore
    npm install
    npm run start