Back to Normalizr

Redux

examples/redux/README.md

3.6.2489 B
Original Source

Redux

This is a simple example of using Normalizr with Redux and Redux-Thunk. The command-line utility allows you to pull some data from public GitHub repos and browse/display the normalized data as saved to the Redux state tree.

Running

From this directory, run the following and follow the on-screen options:

sh
# from the root directory:
yarn # or npm install
# from this directory:
yarn # or npm install
npm run start