Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 403 Bytes

Calmm examples

Here is a collection of component examples built with Calmm.

Clone the repo and run it to see live examples. You can find source file for each example under src/views/ folder. Each example is commented with explanation of the advantages of writing React apps with Calmm.

Steps to run the repo:

git clone https://github.com/rikutiira/calmm-examples.git
npm install
npm start