KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
tauri-todomvc
★ 12
Open GitHub ↗
A tauri implementation of todomvc
Download README (.md)
Explore Similar Repositories
gender_voice_recognition
:
we aim't to use machine learning algorithm to predict gender of who's talking
sm64-tjp
:
A romhack of the SM64 Decomp, which aims to readd scrapped and unused content. Public and Opensourced. Any contributions are appreciated
editor_js_with_next_js
:
Editor JS, a modern block level rich text editor working great with Next JS.
golang-eth-patches
:
these are curated patches from different forks of go-ethereum and erigion
pyfu
:
Deep Sensor Fusion with Pyramid Fusion Networks for 3D Semantic Segmentation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tauri-todomvc
?
Download (.md)
# 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