Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shinshin86/tauri-note-app
- Owner: shinshin86
- Created: 2022-07-16T23:44:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T09:59:37.000Z (about 2 years ago)
- Last Synced: 2024-11-29T00:04:34.988Z (2 months ago)
- Topics: notes-app, tauri, tauri-app
- Language: TypeScript
- Homepage:
- Size: 4.02 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```