https://github.com/rgilsimoes/Tauronic
Tauronic - A Starter Template for building Mobile Apps with Tauri and Ionic using React.
https://github.com/rgilsimoes/Tauronic
ionic-framework react tauri tauri-app vite
Last synced: 3 months ago
JSON representation
Tauronic - A Starter Template for building Mobile Apps with Tauri and Ionic using React.
- Host: GitHub
- URL: https://github.com/rgilsimoes/Tauronic
- Owner: rgilsimoes
- License: other
- Created: 2024-06-12T22:30:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T20:57:28.000Z (4 months ago)
- Last Synced: 2025-02-21T10:08:08.661Z (3 months ago)
- Topics: ionic-framework, react, tauri, tauri-app, vite
- Language: TypeScript
- Homepage:
- Size: 8.17 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.MD
Awesome Lists containing this project
- awesome-tauri - tauronic - Tauri template for hybrid Apps using Ionic components in React flavour. (Getting Started / Templates)
README
[
](./src/assets/img/tauronic_logo.png?raw=true)
[](http://www.gnu.org/licenses/agpl-3.0)
# Tauronic
Tauronic is a cutting-edge React template kit meticulously crafted to streamline the development of cross-platform applications.
By leveraging the combined strengths of the Ionic framework, Tauri apps, and React, Tauronic provides developers with a robust and flexible toolkit for building modern, performant, and visually appealing applications.
## Screenshots
[](https://github.com/rgilsimoes/Tauronic/assets/20357414/4ed7b4b4-6fee-49e6-b30d-ca6760bebc75)
[](https://github.com/rgilsimoes/Tauronic/assets/20357414/6df00366-f343-4906-982b-ea17c3da26dd)
[](https://github.com/rgilsimoes/Tauronic/assets/20357414/ce0648ca-123d-4792-8c24-79b7dacf8493)
[](https://github.com/rgilsimoes/Tauronic/assets/20357414/d20e144c-154d-4856-94c5-ac4759f29441)
## 🚀 About Me
I'm an "old school" tech mingler. Fullstack meet DevOps "Jack-of-all-trades".You can find me at:
- Github [@rgilsimoes](https://www.github.com/rgilsimoes)
- X [@rykhard](https://www.x.com/rykhard)
- Discord [@Rgilsimoes](https://www.discord.com/users/rgilsimoes)If you like this project, consider buying me a coffee
[](https://www.buymeacoffee.com/rgilsimoes)
## Usage
Clone / Fork this template. You may consider using degit:
```bash
npx degit https://github.com/rgilsimoes/tauronic my-project-name
```You can the build the project using `pnpm` (or you can switch to another package manager if you prefer):
```bash
cd my-project-name
pnpm install my-project-name
```You can start a dev server solely for web development by using the `ionic:` prefixed commands:
```bash
pnpm ionic:dev
```
If you prefer to develop native, you can launch Tauri for iOS, Android, or your development machine platform by using the `tauri:` prefixed commands:```bash
pnpm tauri:ios
pnpm tauri:android
pnpm tauri:dev
```> NOTE: Make sure to adjust the environment settings in `scripts/devIos.sh` or `scripts/devAndroid.sh` accordingly!
## Tech Stack
**Web:** Ionic, React, Vite
**Native:** Tauri, Rust
**Plugins:** Barcode Scanner, [more to come...]