This project is a boilerplate for a React UI library.
build
: build the files in thelib
directorystorybook
: run the storybook at the addresslocalhost:6006
prettier:check
: check formatting on allsrc
directoryprettier:format
: formats allsrc
directory
/.storybook
/lib
/src
├── index.ts
├── packages
| ├── index.ts
| ├── Button
| | ├── index.tsx
| | ├── stories.tsx
| | └── styles.ts
├── styles
| ├── global.ts
| ├── theme.ts