Skip to content

imdbere/tuchor-lightshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run server

  • Go to ./apps/lightshow-server
  • Run npm i
  • Run npm run dev

Run app

  • Go to ./apps/lightshow-app
  • Run npm i
  • Edit .env file and put URL of server (can be localhost or local ip for testing)
  • Run npm start NOTE: if you modify the .env file, you have to use npm start -- --reset-cache to 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

Run develop build on real device

  • npx expo run:ios --device
  • npx expo run:android --device

Create release build for device

  • npx expo run:ios --configuration Release --device
  • npx expo run:android --variant release --device

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published