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: about 2 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T09:46:21.000Z (about 3 years ago)
- Last Synced: 2025-05-15T02:12:17.635Z (about 1 year 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
```