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

https://github.com/flaque/kobylearnstabs


https://github.com/flaque/kobylearnstabs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Hello!

This is an example project I made for my brother to help him learn a bit about React Native.

## Setup

From a new terminal, run this:

```
cd ~/dev;
git clone https://github.com/Flaque/kobylearnstabs.git;
cd kobylearnstabs;
yarn;
```

Then, to start the app, run:

```
expo start
```