0.0.1 • Published 4 years ago

@wootan/scope-test v0.0.1

Weekly downloads
1
License
ISC
Repository
gitlab
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.