this project is
-
🏗 bootstrap by creact-react-app --typescript
-
🏭 build by microbundle
-
🐙 test by @testing-library
-
📖 make doc by @storybook
-
👀 lint code by eslint & prettier
-
Step1:clone this project
Step2:make your components in src/**
Step3: make your test code
Step4: make your story code
Step5: npm run build
Step6: npm run releasethat's all, happy hacking!😎