Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 454 Bytes

reduxlearningstarter

Simple starter app for ReactNativeTutorial.net Redux tutorial

You can look on the branch "finished", to see the finished app with redux implemented.

To run the starter project:

git clone https://github.com/Hyllesen/reduxlearningstarter
cd reduxlearningstarter
yarn install
react-native run-ios

Use npm install if you prefer to use npm instead of yarn. Use react-native run-android if you are using Android.