Giter Site home page Giter Site logo

shyam-chen / tauri-starter Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 27.92 MB

๐Ÿ”— A boilerplate for Native App with Tauri, Vue, and Tailwind on Vite.

TypeScript 13.12% HTML 0.09% Rust 0.11% Kotlin 0.78% Ruby 0.09% C++ 0.01% Objective-C++ 0.02% Vue 85.78%
pulumi typescript

tauri-starter's Introduction

Tauri Starter

๐Ÿ”— A boilerplate for Native App with Tauri, Vue, and Tailwind on Vite.

๐ŸŒˆ View Demo: Live | Windows | macOS | Android | iOS

:octocat: Source Code: Web-side | Native-side | Server-side

Table of Contents

Getting Started

Prerequisites:

Get started with Tauri Starter.

# install dependencies
$ pnpm install

# dev server (in one terminal)
# the default is to run it on macOS
$ pnpm dev:mobile
# or
$ pnpm dev:desktop

# mock server (in another terminal)
$ pnpm mock

Or use barebones scaffolding for your new Tauri app

$ pnpm dlx degit Shyam-Chen/Starter-Templates/tauri my-tauri-app

Project Setup

Follow steps to execute this boilerplate.

Web

Please refer to the upstream repository.

Windows/macOS

macOS

$ pnpm tauri dev
$ pnpm tauri build

Android

Android

$ cd Library/Android/sdk/ndk/
$ ls
# 26.2.11394342

export NDK_HOME="$ANDROID_HOME/ndk/26.2.11394342"
$ pnpm tauri android init
$ pnpm tauri android dev
# select emulator
$ pnpm clean:android
$ pnpm tauri android init
$ pnpm tauri android build

iOS

iOS

$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
$ xcrun -f devicectl
$ pnpm tauri ios init
$ pnpm tauri ios dev
# select emulator
$ pnpm clean:ios
$ pnpm tauri ios init
$ pnpm tauri ios build

Key Features

This seed repository provides the following features:

tauri-starter's People

Contributors

shyam-chen avatar

Stargazers

Roman avatar Rajiv Mounguengue avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.