Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 428 Bytes

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