https://github.com/flaque/kobylearnstabs
https://github.com/flaque/kobylearnstabs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaque/kobylearnstabs
- Owner: Flaque
- Created: 2019-10-05T17:14:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:41:12.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:13:58.767Z (4 months ago)
- Language: JavaScript
- Size: 834 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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
```