/redux-example

Compilation of dummy implementations of createStore, combineReducers, and handleActions from redux and redux-actions.

Primary LanguageJavaScript

Usage

Clone the project locally:

$ git clone https://github.com/ThisseasX/redux-example.git

Change directory to the project:

$ cd redux-example

Install the dependencies:

$ npm install

Run the tests:

$ npm test

Thank you for your time