reelm
v0.2.0
Published
Awesome library combining redux, saga and elm
Maintainers
Readme
#reelm
Getting started
Install
npm install --save reelmBuilding examples from sources
git clone https://github.com/tihonove/reelm.git
cd reelm
npm installCounter example
cd 01_counter
npm install
npm startPair of counters example
cd 02_pair_of_counters
npm install
npm startData editor with confirmation dialog
cd 03_data_editor_with_confirm
npm install
npm start...More example
WIP
