Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-08T19:18:09.000Z (8 days ago)
- Last Synced: 2024-11-08T20:24:52.874Z (7 days ago)
- Topics: expo, nativewind, openapi, reactnative
- Language: TypeScript
- Homepage:
- Size: 721 KB
- Stars: 1
- 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.4
## Npm
**install**
npm install
## Expo
**commands**
npx expo start
npx expo start -cnpx expo prebuild
npx expo prebuild --platform ios
npx expo prebuild --platform androidnpx expo run:android
npx expo run:ios