Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.76 KB

README.md

File metadata and controls

72 lines (43 loc) · 2.76 KB

AGPL License

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

🚀 About Me

I'm an "old school" tech mingler. Fullstack meet DevOps "Jack-of-all-trades".

You can find me at:

If you like this project, consider buying me a coffee

"Buy Me A Coffee"

Usage

Clone / Fork this template. You may consider using degit:

  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):

  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:

  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:

  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...]