- Go to
./apps/lightshow-server - Run
npm i - Run
npm run dev
- Go to
./apps/lightshow-app - Run
npm i - Edit
.envfile and put URL of server (can be localhost or local ip for testing) - Run
npm startNOTE: if you modify the .env file, you have to usenpm start -- --reset-cacheto clear the cache - EITHER scan QR code with Expo Go app on real device
- OR press i or a to open iOS or Android Emulator
- npx expo run:ios --device
- npx expo run:android --device
- npx expo run:ios --configuration Release --device
- npx expo run:android --variant release --device