davedawkins / sutil-template-elmish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:F# 61.9%Language:HTML 20.7%Language:JavaScript 17.4%