Skip to content

react-atomic/react-atomic-ui

Repository files navigation

CircleCI

React Atomic UI

Documentation and some examples for react-atomic-ui

Design Concept

UI Framework: Reshow

React Folder Structure

react-app/ 
├─ node_modules/ 
├─ assets/ 
├─ src/
│ ├─ config/
│ ├─ lib/
│ ├─ stores/
| ├─ ui/ 
| │ ├─ molecules 
| │ ├─ organisms 
| │ ├─ templates 
| │ ├─ pages 
├─ .gitignore
├─ webpack.config.js
├─ babel.config.js
├─ compile.sh
├─ package.json
├─ README.md 
├─ index.html 
├─ index.tpl