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

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.

Awesome Lists containing this project

README

        

[](./src/assets/img/tauronic_logo.png?raw=true)

[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](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

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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...]