Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carolinasfreitas/projeto-frameworks
Repositório para o projeto "Florence Care" de Frameworks para Desenv. Web I
https://github.com/carolinasfreitas/projeto-frameworks
react-native
Last synced: about 15 hours ago
JSON representation
Repositório para o projeto "Florence Care" de Frameworks para Desenv. Web I
- Host: GitHub
- URL: https://github.com/carolinasfreitas/projeto-frameworks
- Owner: CarolinaSFreitas
- Created: 2024-08-21T22:35:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:24:18.000Z (22 days ago)
- Last Synced: 2024-10-24T11:38:42.408Z (22 days ago)
- Topics: react-native
- Language: TypeScript
- Homepage:
- Size: 3.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About Florence Care
This project, developed as part of our graduation, is an application designed for individuals seeking professionals to provide home care services.## Get started
1. Install dependencies```bash
npm install
```2. Start the Server
```bash
node server.js
```3. Start the app
```bash
npx expo start
```