Skip to content

haocse/jitsi-meet-react

 
 

Repository files navigation

jitsi-meet-react

Launching the App

  • For web: npm run start:web
  • For iOS: npm run start:ios
  • For Android: npm run start:android

Where things are right now:

  • Components that can work anywhere go in src/components, but browser or native specific components go in src/components/browser and src/components/native, respectively.

  • Static assets, like images, that apply to all platforms go in static.

Distributions

Right now, only the web target generates a complete client distribution. The dist/web output should be able to be loaded directly onto a CDN.

The other targets need further packaging support.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.8%
  • CSS 18.4%
  • Objective-C 1.8%
  • Other 2.0%