Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davedawkins/sutil-template-app
https://github.com/davedawkins/sutil-template-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davedawkins/sutil-template-app
- Owner: davedawkins
- Created: 2021-02-25T21:29:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T10:56:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:21:11.617Z (3 months ago)
- Language: F#
- Size: 346 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-sutil - Sutil Template for Full App
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)