https://github.com/lazzerbeamstudios/spectra-react-native
A React Native template supporting both mobile and web development, designed to work seamlessly with the Spectra Go API Template. Provides a streamlined starting point for building cross-platform applications.
https://github.com/lazzerbeamstudios/spectra-react-native
expo nativewind openapi reactnative
Last synced: 10 months ago
JSON representation
A React Native template supporting both mobile and web development, designed to work seamlessly with the Spectra Go API Template. Provides a streamlined starting point for building cross-platform applications.
- Host: GitHub
- URL: https://github.com/lazzerbeamstudios/spectra-react-native
- Owner: lazzerbeamstudios
- License: mit
- Created: 2024-10-04T03:29:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T06:19:54.000Z (about 1 year ago)
- Last Synced: 2025-03-26T07:36:32.923Z (10 months ago)
- Topics: expo, nativewind, openapi, reactnative
- Language: TypeScript
- Homepage:
- Size: 772 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Application
## Brew
**install**
brew update
brew upgrade
brew install git
brew install asdf
brew install watchman
brew install git-flow-avh
## ASDF
**install**
asdf install nodejs 18.20.5
## Npm
**commands**
npm install
npm update
npm outdated
## Expo
**commands**
npx expo start
npx expo start -c
npx expo prebuild
npx expo prebuild --platform ios
npx expo prebuild --platform android
npx expo run:android
npx expo run:ios