Skip to content

Latest commit

 

History

History

simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple Redux Example

mithic license: MIT build

This is a minimal example of using the mithic CQRS preset library to create a Redux-like in-memory state container.

Usage

git clone https://github.com/andykswong/mithic.git
npm install
cd ./packages/examples/simple

npm start  # run directly
npm test   # run as a jest test

License

This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.