https://github.com/michyaraque/tauri-boilerplate
A Tauri boilerplate that contains React, Typescript, Zustand, ViteJs, etc...
https://github.com/michyaraque/tauri-boilerplate
boilerplate boilerplate-code chakra-ui react rust starter-project tauri tauri-app typescript vite
Last synced: about 1 month ago
JSON representation
A Tauri boilerplate that contains React, Typescript, Zustand, ViteJs, etc...
- Host: GitHub
- URL: https://github.com/michyaraque/tauri-boilerplate
- Owner: michyaraque
- Created: 2023-01-11T02:11:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T14:08:09.000Z (over 1 year ago)
- Last Synced: 2025-04-22T23:13:35.196Z (about 1 month ago)
- Topics: boilerplate, boilerplate-code, chakra-ui, react, rust, starter-project, tauri, tauri-app, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 33
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate and Starter for Tauri with TauriJS, ReactJS +18, Vite, Typescript, Zustand and Chakra-UI

The template has initial has a meteorite based theme in order to generate a user interface based on something. ☄️☄️☄️☄️
## Resources- [ReactJS](https://reactjs.org/)
- 🗂 Configured with [ViteJS](https://vitejs.dev/)
- 🔥 Type checking[Typescript](https://www.typescriptlang.org/)
- 💎 Integrate with [Chakra](https://chakra-ui.com/)
- 🪄 [Tauri (JS)](https://tauri.studio/docs/api/js/)
- 🦀 [Tauri (Rust)](https://docs.rs/tauri/1.0.0-rc.4/)
- 📦 A lot of icons with [React Icons](https://react-icons.github.io/react-icons)
- ⚡ Integrate [Zustand](https://github.com/pmndrs/zustand) complemented by [Mutative](b/mutative)### ⭐️ Setup
You need to install the prerequesites first to use this boilerplate, follow the instructions:- Windows: [Setup here](https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-windows)
- Mac: [Setup here](https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos)
- Linux: [Setup here](https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux)When the prerequisites are correctly installed use
```bash
yarn or npm
```### ⚙️ Development
```bash
$ yarn dev
```