Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryanbill/kt_template
Kitawi Template - Template for scaffolding new Kitawi applications
https://github.com/bryanbill/kt_template
dart pwa-apps widget
Last synced: 28 days ago
JSON representation
Kitawi Template - Template for scaffolding new Kitawi applications
- Host: GitHub
- URL: https://github.com/bryanbill/kt_template
- Owner: bryanbill
- Created: 2023-04-05T10:53:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T09:46:21.000Z (over 1 year ago)
- Last Synced: 2024-11-06T19:53:52.473Z (3 months ago)
- Topics: dart, pwa-apps, widget
- Language: HTML
- Homepage: https://pub.dev/packages/kitawi
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple Counter App created with [Kitawi](https://github.com/bryanbill/kitawi).
## Installation
Get the dependencies:
```bash
dart pub get
```## Running
```bash
kitawi run
```## Building
```bash
kitawi build
```