Clone the repository
git clone https://github.com/baguvix23/AppCitas.gitNavigate to the project directory and install all necessary dependencies with the following command:
cd AppCitas
npm installFollow these steps to run the application in your local environment:
- iOS
npx expo start --ios- Android
npx expo start --androidImportant
Student internship if the project fails to run in your local environment follow the steps below:
- Uninstall the expo-cli :
npm rm -g expo cli- Again install the expo cli :
npm install -g expo-cli- Now start the development server
npx expo start --tunnel