#reelm
npm install --save reelm
git clone https://github.com/tihonove/reelm.git
cd reelm
npm install
cd 01_counter
npm install
npm start
cd 02_pair_of_counters
npm install
npm start
cd 03_data_editor_with_confirm
npm install
npm start
WIP