This project is the react ui component library with the storybook to show existing ui component library.
In the project directory, you can run:
Run unit test.
Use yarn coverage
to run unit test with coverage.
Use yarn test:ui
to run unit test and show in a browser.
Builds the ui component library for package to the dist
folder.
It bundles ui component library in .cjs and .esm module format with types.
Run the storybook to show existing ui component library.
Builds storybook to the storybook-static
folder.
┣ src
┃ ┃ 📂 constants All Config and mockup data
┃ ┃ 📂 components All component, unit-test, storybook
┃ ┃ 📂 assets All asset ex.font,image
┃ ┃ 📂 theme Default theme