0.0.3 • Published 5 years ago

all-menadx-components v0.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

Setup

  • Clone the repo using git clone
  • Install dependencies using npm install or yarn install
  • Run storybook using npm start
  • Load storybook on http://localhost:8080 in browser

Available Scripts

  • For linting the project using tslint use yarn lint

  • For automatic lint fixes use yarn run lint-fix

  • For conflicting lint rules in base and prettier use yarn run lint-check

Git hooks

This repo has git hooks for commit and push, if any of the command throws error it will fail the commit or push (This can be bypassed using git commit --no-verify).

  • Before commit: Automatic prettier and yarn lint-fix are run.

  • Before push: the command yarn lint is run.