dallinbeutler / sutil-template-app-compile-fix

wasn't compiling with latest Sutil out of the box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sutil Template for Full App

A full that demonstrates some commonly required features in an SPA

Features:

  • Sveltish transitions (in response to media query)
  • Elmish architecture
  • Reactivity using Sveltish stores
  • Navbar
  • Login
  • CRUD
  • Routing
  • Multipage
  • Sidebar
  • Bulma styling

Quick Start

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

Screenshot of App

About

wasn't compiling with latest Sutil out of the box


Languages

Language:F# 94.5%Language:HTML 3.5%Language:JavaScript 2.0%