#reelm Getting started Install npm install --save reelm Building examples from sources git clone https://github.com/tihonove/reelm.git cd reelm npm install Counter example cd 01_counter npm install npm start Pair of counters example cd 02_pair_of_counters npm install npm start Data editor with confirmation dialog cd 03_data_editor_with_confirm npm install npm start ...More example WIP