Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 850 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 850 Bytes

#reelm

Travis branch Coveralls npm

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