Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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