Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinshin86/tauri-note-app

This is a note application created using tauri.
https://github.com/shinshin86/tauri-note-app

notes-app tauri tauri-app

Last synced: about 2 months ago
JSON representation

This is a note application created using tauri.

Awesome Lists containing this project

README

        

# tauri-note-app
![Demo](./demo/demo.gif)

## Usage

Start dev mode

```sh
yarn tauri dev
```

Build

```sh
yarn tauri build
```