Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 490 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 490 Bytes

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.

redux example in use

Running

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

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