Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# tauri-react-deno-monorepo
A template for a Tauri application with the following tech stack

- Typescript
- React
- Vite
- Deno

with 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
```