Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-ray/expo-tamagui-universal-starter
https://github.com/g-ray/expo-tamagui-universal-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/g-ray/expo-tamagui-universal-starter
- Owner: G-Ray
- Created: 2023-03-03T14:43:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T09:56:16.000Z (about 1 year ago)
- Last Synced: 2024-10-22T22:26:08.444Z (2 months ago)
- Language: TypeScript
- Size: 579 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Universal starter with Expo + Expo router + Tamagui
This is a starter to develop universal (web + mobile) CSR apps with [expo](https://expo.dev/) and [tamagui](https://tamagui.dev/).
## Installation
```sh
git clone [email protected]:G-Ray/expo-tamagui-universal-starter.git
cd expo-tamagui-universal-starter
npm i
```## Usage
- `npm start` to start for all platforms
- `npm run web` for web
- `npm run android` for android
- `npm run ios` for iosIf you need to clear the cache, append `-- --clear` to your command line.
## Note
If you need SSR or better optimizations for web, you might prefer to use https://tamagui.dev/docs/guides/create-tamagui-app.