https://github.com/moises-herrera/smart-finance-mobile
Stock investment mobile application
https://github.com/moises-herrera/smart-finance-mobile
expo react-native react-navigation redux redux-toolkit typescript zod
Last synced: 4 months ago
JSON representation
Stock investment mobile application
- Host: GitHub
- URL: https://github.com/moises-herrera/smart-finance-mobile
- Owner: moises-herrera
- License: mit
- Created: 2024-04-08T03:41:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-27T02:26:16.000Z (4 months ago)
- Last Synced: 2026-03-27T15:01:32.768Z (4 months ago)
- Topics: expo, react-native, react-navigation, redux, redux-toolkit, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Finance
## Uso
```
git clone https://github.com/moises-herrera/smart-finance-mobile.git
cd smart-finance-mobile
```
## Instalación
```
npm install
```
## Iniciar servidor de desarrollo
```
npm start
```
Nota: Para probar la aplicación con [Expo Go](https://expo.dev/go) presionar la tecla `s` en la terminal.
## Compilar la aplicación
- Configurar [EAS Build](https://docs.expo.dev/build/setup/)
- Generar instalador APK para Android.
```
eas build -p android --profile development
```