Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enpitsulin/tauri-todomvc
A tauri implementation of todomvc
https://github.com/enpitsulin/tauri-todomvc
react rust tauri todomvc
Last synced: 2 months ago
JSON representation
A tauri implementation of todomvc
- Host: GitHub
- URL: https://github.com/enpitsulin/tauri-todomvc
- Owner: enpitsuLin
- License: mit
- Created: 2022-05-01T07:17:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T08:34:05.000Z (about 1 year ago)
- Last Synced: 2024-07-30T20:49:37.316Z (6 months ago)
- Topics: react, rust, tauri, todomvc
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-todomvc
![logo](https://user-images.githubusercontent.com/29378026/166204892-f9eaa461-bcb3-463d-b343-d2f09e91a8f3.png)
This is an implementation of [tastejs/todomvc](https://github.com/tastejs/todomvc) built using :
- [tauri](https://tauri.studio/)
- [sqlite](https://sqlite.org/index.html) for store data
- [react](https://reactjs.org/)
- [jotai](https://github.com/pmndrs/jotai)
- [typescript](https://www.typescriptlang.org/)## Preview
![Preview](https://user-images.githubusercontent.com/29378026/166206701-29d07147-e457-4648-a4ac-ba1ff5a08aeb.png)
## Development
Requirement:
- Rust
- NodeJSinstall dependencies:
```sh
pnpm i
```Then run tauri
```sh
pnpm tauri dev
```## Distribution
to build Distribution run
```sh
pnpm tauri build
```more detail reference [App Publishing](https://tauri.studio/docs/distribution/publishing)
# License
MIT