/react-shared

Code sharing btw react web and react-native (using Expo)

Primary LanguageJavaScriptMIT LicenseMIT

React Redux Starter app

Want to start using Redux with React? Look no more!

First

Run yarn to install dependencies to the node_modules folder.

Run the app

Do yarn start to build the files and start a webpack dev server on port 9003.

Go to: localhost:9003:build/ to see the app.

Run yarn build to build a production version in the build folder.

RTFM

Need to know more about Redux? Read the comprehensive documentation or watch some Egghead.io videos.