https://github.com/davedawkins/sutil-template-app
https://github.com/davedawkins/sutil-template-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davedawkins/sutil-template-app
- Owner: davedawkins
- Created: 2021-02-25T21:29:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T10:56:01.000Z (about 2 years ago)
- Last Synced: 2025-03-10T22:52:38.664Z (about 2 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
```