Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 592 Bytes

An opinionated approach to building React Components applying Atomic Design Pattern

Overview

Atomic React enables rapid development of web applications by using readily available React components that are classified as Molecules, Organisms, and Templates.

Reference Guides.

The components being built follow the Component Design Guidelines

Setup

Clone the Repo

$npm i

$npm start

Contribution

Fork the repo, add your code send us a PR.