/gostack-rocketshoes-react-native

:shoe: Sample store built with React Native, Redux and Redux-Saga

Primary LanguageJavaScript

RocketShoes

👞 Sample store built with React Native, Redux and Redux-Saga

Demo

Demo

Running locally

yarn install

# start the json-server api
yarn api:server

# android:
react-native run-android

# ios:
react-native run-ios