This is starter app to help build react/react-native apps for Web, Mobile and Desktop (using Electron).
- Clone the repository
https://github.com/rinku-k/react-cross-platform-starter.git
- Run
yarn
ornpm install
You can optinally fork to keep the code base separate
- Web -
yarn web
- Electron -
yarn electron
- Android -
yarn start && yarn android
- iOS -
yarn start && yarn ios