Skip to content
This repository was archived by the owner on Mar 20, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 441 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:

# install dependencies
yarn # or npm install
npm run start