This is an ecommerce app for furnitures developed using expo.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
set EXPO_PUBLIC_BASE_URL = ecommerce-backend-production-aa3f.up.railway.app
in .env file
You can Host the RestAPI's locally from
-Backend
and Set EXPO_PUBLIC_BASE_URL = localhost:3000