0.0.4 • Published 4 years ago

react-awesome-card v0.0.4

Weekly downloads
16
License
-
Repository
-
Last release
4 years ago

LigPH UI Component Library

Requirements

  1. Node
  2. Yarn

Installation

  1. Clone repository.
  2. Run yarn or npn i.

Development

  1. Run yarn start or npm start.

Rules

Git Flow

  1. Follow GitFlow workflow.
  2. Feature branch name should follow format feature/{issue_id}_{issue-name}.

Styles

  1. Use Tailwind CSS classes if possible.
  2. Minimize usage of custom classes.
  3. Use SMACSS notation when using custom classes.

Redux

  1. Follow Redux Ducks pattern.