https://github.com/enpitsulin/tauri-todomvc
A tauri implementation of todomvc
https://github.com/enpitsulin/tauri-todomvc
react rust tauri todomvc
Last synced: 10 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T08:34:05.000Z (over 2 years ago)
- Last Synced: 2025-04-07T05:11:04.328Z (about 1 year ago)
- Topics: react, rust, tauri, todomvc
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-todomvc

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

## Development
Requirement:
- Rust
- NodeJS
install 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