# Kvell App UI
## Get started

### Prerequisites

- react-native-cli
```
npm install -g react-native-cli
```

### Installation
```sh
npm i
```

### Usage

#### Storybook Server
```sh
npm run storybook

```

#### App ios
```
react-native run-ios or npx react-native run-ios
```

#### App android
```
react-native run-android or npx react-native run-android
```