An open API service indexing awesome lists of open source software.

https://github.com/dupk/rn-module


https://github.com/dupk/rn-module

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Install dependencies

```
yarn install
```

Lint project

```
yarn run lint
```

Start project

```
yarn start
```

Run iOS simulator

```
yarn run ios
```

Run Android simulator

```
yarn run android
```