Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davedawkins/sutil-template-elmish


https://github.com/davedawkins/sutil-template-elmish

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## 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
```