Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
/ universal-app Public archive

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

Notifications You must be signed in to change notification settings

fachrihawari/universal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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