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: about 1 month 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T06:21:45.000Z (3 months ago)
- Last Synced: 2024-11-23T06:23:18.420Z (3 months ago)
- Topics: expo, nativewind, openapi, reactnative
- Language: TypeScript
- Homepage:
- Size: 721 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 -cnpx expo prebuild
npx expo prebuild --platform ios
npx expo prebuild --platform androidnpx expo run:android
npx expo run:ios