vite-react-typescript-mui-component-library
v0.0.5
Published
- [About](#about) - [Technologies](#technologies) - [How to use](#how-to-use) - [Pre-commit hook](#pre-commit)
Readme
Index
📑 About
Component Library is a react component.
🚀 Technologies
The project is made with:
🔥 How to Use
- First step, clone this github repository:
$ git clone https://github.com/dpisati/vite-react-typescript-mui-component-library.git- 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. 👌
