This is a template for developing app for Android, iOS, Web and Desktop using React technology.
- Typescript
- React
- React Native
- React Native Web
- Electron
-
Clone project
git clone https://github.com/fachrihawari/universal-react-template.git
-
Enter directory project
cd universal-react-template
-
Install depedencies
yarn install cd ios && pod install
-
Run the apps
yarn android # run the android app yarn ios # run the ios app yarn web # run the web app yarn desktop # run the desktop app