Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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.
- Host: GitHub
- URL: https://github.com/miguelgargallo/tauri-astro-app
- Owner: miguelgargallo
- License: mit
- Created: 2023-09-03T20:32:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T10:41:09.000Z (12 months ago)
- Last Synced: 2024-09-30T17:40:55.320Z (4 months ago)
- Topics: astro, framework, rust, tauri, typescript
- Language: Astro
- Homepage: https://miguelgargallo.com
- Size: 296 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.