- React Native app generated with Ignite JHipster. See the Ignite JHipster docs for more details regarding this boilerplate.
Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: Install the Application with yarn install
cdto the repo- Run Build for either OS
- for iOS
- run
npx react-native run-ios
- run
- for Android
- Start an Android Emulator
- run
npx react-native run-android