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-app


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

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## 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](images/screenshot.png)