https://github.com/calitb/unmatched
Sample of Universal Native App (iOS, Android and Web) with Expo
https://github.com/calitb/unmatched
expo expo-web pwa react-native tailwindcss
Last synced: 9 months ago
JSON representation
Sample of Universal Native App (iOS, Android and Web) with Expo
- Host: GitHub
- URL: https://github.com/calitb/unmatched
- Owner: calitb
- License: mit
- Created: 2023-10-29T18:12:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T07:48:18.000Z (10 months ago)
- Last Synced: 2025-03-15T08:27:18.528Z (10 months ago)
- Topics: expo, expo-web, pwa, react-native, tailwindcss
- Language: TypeScript
- Homepage: https://unmatched.calitb.dev/
- Size: 18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://expo.io/client)
[](https://github.com/calitb/Unmatched/actions/workflows/deployment.yml)
# Unmatched
## Running the App
### Start Expo
```shell
npx expo start
```
## Run Linter
```shell
yarn lint
```
## Run Typescript check
```shell
yarn ts
```
### EAS Hosting:
```
npx expo export -p web
npx eas deploy --environment development --alias dev
npx eas deploy --environment production --prod
```