This application is a UI clone from Twitch mobile version made with React Native!
> Before continue, you need to download Expo app on `Google Play Store`
### in your terminal and in the folder you want, follow this steps:
### Step 1
~ git clone git@github.com:Pedro-Murilo/twitch-ui.git
### Step 2
~ cd twitch-ui
### Step 3
~ yarn
### Step 4
~ yarn start
### Step 5
> After these steps, it will open a bundle on port `http://localhost:19002/`
> open your Expo app and touch on `Scan QR Code`, now Scan your QR Code and
> it will be open on your device
Step 1:
fork
this repository
Step 2: Add a new branch with your new feature:
git checkout -b my-feature
Step 3: Commit your new features:
git commit -m "feat: my new feature"
Step 4: Push to your branch:
git push origin your-branch
Final: After merge your pull request, you can delete your branch
This project is under MIT license. See the LICENSE file for more details.
Made with π by me and Rocketseat β€!