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: about 2 months ago
JSON representation

Kitawi Template - Template for scaffolding new Kitawi applications

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