Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkuehlem/expo-tauri-template
Simple Expo+Tauri Template with building pipelines
https://github.com/kkuehlem/expo-tauri-template
expo tauri
Last synced: 7 days ago
JSON representation
Simple Expo+Tauri Template with building pipelines
- Host: GitHub
- URL: https://github.com/kkuehlem/expo-tauri-template
- Owner: KKuehlem
- Created: 2024-11-14T13:41:01.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T09:42:29.000Z (about 1 month ago)
- Last Synced: 2025-01-16T06:17:25.345Z (7 days ago)
- Topics: expo, tauri
- Language: TypeScript
- Homepage:
- Size: 987 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.dev/client)
[![Tauri](https://img.shields.io/badge/Runs%20with-Tauri-blue)](https://v2.tauri.app/)
[![build-tauri](https://github.com/KKuehlem/Expo-Tauri-Template/actions/workflows/BuildTauri.yml/badge.svg)](https://github.com/KKuehlem/Expo-Tauri-Template/actions/workflows/BuildTauri.yml)# Expo + Tauri Template
A simple template based on the [Expo TypeScript](https://docs.expo.dev/guides/typescript/) template with desktop builds using [Tauri](https://v2.tauri.app/) and building pipelines for the desktop variants.# Development
Use `npm start` to start Expo CLI and `npm run desktop` to start Tauri.# Building
- For Web: `npm run build-web`
- For Desktop (Windows / Linux / MacOS): `npm run build-desktop`
- Apps can be build using `eas`# Pipelines
When code is pushed to `main`, the installers and executables will be built for Windows, Linux and MacOS using GitHub Actions.