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.
I'm an "old school" tech mingler. Fullstack meet DevOps "Jack-of-all-trades".
You can find me at:
- Github @rgilsimoes
- X @rykhard
- Discord @Rgilsimoes
If you like this project, consider buying me a coffee
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
orscripts/devAndroid.sh
accordingly!
Web: Ionic, React, Vite
Native: Tauri, Rust
Plugins: Barcode Scanner, [more to come...]