Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miguelgargallo/tauri-astro-app

¿What if the god of perfect language, Rust, and the god of the web, Typescript, had a baby? Well, this is it, Tauri + Astro, the perfect combination to make the web a whole new world.
https://github.com/miguelgargallo/tauri-astro-app

astro framework rust tauri typescript

Last synced: 1 day ago
JSON representation

¿What if the god of perfect language, Rust, and the god of the web, Typescript, had a baby? Well, this is it, Tauri + Astro, the perfect combination to make the web a whole new world.

Awesome Lists containing this project

README

        

# Tauri + Astro

¿What if the god of perfect language, Rust, and the god of the web, Typescript, had a baby? Well, this is it, Tauri + Astro, the perfect combination to make the web a whole new world.

`pnpm install` [tauri-astro-app](https://www.npmjs.com/package/tauri-astro-app) - [astro-tauri-app](https://www.npmjs.com/package/astro-tauri-app) [tauri-astro](https://www.npmjs.com/package/tauri-astro) - [astro-tauri](https://www.npmjs.com/package/astro-tauri) then `cargo tauri dev` and enjoy :)

![Tauri 1.4 + Astro 3](https://raw.githubusercontent.com/miguelgargallo/tauri-astro-app/main/public/Screenshot.png)

This template should help get you started developing with Tauri 1.8, Astro 3 and TypeScript in the most amazing agnostic place, the TRUE WEB IS HERE.

For security reasons, the npm packages are published yet, and you can use them locally, just clone this repo and run `pnpm install`, in the root folder, then `pnpm run build` and then `cargo tauri dev` to start the app.

## Steps to use pnpm

Step 1: If you did not before, Install Tauri CLI

cargo install create-tauri-app --locked

Step 2: Install pnpm globally

npm install -g pnpm

Step 3: Then install the dependencies

pnpm install

Step 4: Finally, run the app

cargo tauri dev

That's it!

## Recommended IDE Setup

[VS Code](https://code.visualstudio.com/) + [Astro](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).

## License

We use MIT License, so feel free to use this template and make your own apps, and if you want to contribute, you are welcome to do it.