react-native-expo-router-template
v1.0.2
Published
```bash npx create-expo-app --template react-native-expo-router-template ``` # Running Frontend:
Readme
Download Template
npx create-expo-app --template react-native-expo-router-templateRunning Frontend:
Step 1: Install dependencies for frontend
npm iStep 2a: Run Frontend server
npm run startStep 3a: Switch to Expo Go
sStep 2b: Run Frontend server in development mode (ios)
npx expo run:iosStep 2b: Run Frontend server in development mode (android)
npx expo run:android