/universal-react-template

Project template for React on Android, iOS, Web and Desktop

Primary LanguageTypeScript

Universal React Template

This is a template for developing app for Android, iOS, Web and Desktop using React technology.

Tech stack

  • Typescript
  • React
  • React Native
  • React Native Web
  • Electron

How to use

  1. Clone project

    git clone https://github.com/fachrihawari/universal-react-template.git
  2. Enter directory project

    cd universal-react-template
  3. Install depedencies

    yarn install
    cd ios && pod install
  4. 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