/universal-app

Universal react boilerplate with support Web, Android, iOS, and Desktop

Primary LanguageTypeScript

Universal App

This is a boilerplace for developing app for android, ios, web and desktop.

❗❗❗ Repo Status ❗❗❗

This repo will be archived, and I create the similar thing on the new repo here

Tech stack

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

How to use

  • Clone project

    git clone https://github.com/fachrihawari/universal-app
  • Enter directory project

    cd universal-app
  • Install depedencies

    yarn bootstrap
  • ANDROID only, copy your debug.keystore to android/app/debug.keystore

  • IOS only, install pod depedencies

    cd ios && pod install
  • Run the app

    • Android
    cd packages/mobile
    react-native run-android
    • iOS
    cd packages/mobile
    react-native run-ios
    • Web
    yarn run-web
    • Desktop
    yarn run-desktop