# <%= props.name %>

- React Native app generated with [Ignite JHipster](https://github.com/ruddell/ignite-jhipster). See the Ignite JHipster docs for more details regarding this boilerplate.

## :arrow_up: How to Setup

**Step 1:** git clone this repo:

**Step 2:** cd to the cloned repo:

**Step 3:** Install the Application with `<%= props.useNpm ? 'npm' : 'yarn' %> install`

## :arrow_forward: How to Run App

1. `cd` to the repo
2. Run Build for either OS

- for iOS
  - run `npx react-native run-ios`
- for Android
  - Start an Android Emulator
  - run `npx react-native run-android`
