0.0.5 โ€ข Published 1 year ago

vite-react-typescript-mui-component-library v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Index

๐Ÿ“‘ About

Component Library is a react component.

๐Ÿš€ Technologies

The project is made with:

๐Ÿ”ฅ How to Use

  1. First step, clone this github repository:
  $ git clone https://github.com/dpisati/vite-react-typescript-mui-component-library.git
  1. Run the application:
  # Install dependencies
  $ cd vite-react-typescript-mui-component-library
  $ npm install

  # Start Storybook
  $ npm run storybook

๐Ÿงน Pre-commit hook

Husky will be fired on every commit. It'll run the script npm run tidy which runs lint and prettier to format and check code standards. ๐Ÿ‘Œ