Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiesankey/tauri-react-deno-monorepo
A template for a Tauri application with React/Deno for the front-end with a monorepo structure
https://github.com/eddiesankey/tauri-react-deno-monorepo
deno react tauri vite
Last synced: 12 days ago
JSON representation
A template for a Tauri application with React/Deno for the front-end with a monorepo structure
- Host: GitHub
- URL: https://github.com/eddiesankey/tauri-react-deno-monorepo
- Owner: eddiesankey
- Created: 2025-01-22T07:13:42.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:27:20.000Z (12 days ago)
- Last Synced: 2025-01-22T11:19:24.920Z (12 days ago)
- Topics: deno, react, tauri, vite
- Language: TypeScript
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tauri-react-deno-monorepo
A template for a Tauri application with the following tech stack- Typescript
- React
- Vite
- Denowith the typical `crates` monorepo structure for the Rust backend.
Prerequisites:
- [Rust](https://www.rust-lang.org/)
- [Deno](https://deno.land/)
- [Tauri](https://v2.tauri.app/start/prerequisites/)## Dev
Clone then run:
```
./replace.sh
```
To replace instances of trdm in the project structure and relevant files**The command above must be done before installing/compiling**
Finally
```
deno install
deno task tauri dev
```