Avantgarde95 / react-avant

Small React library for myself

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-avant

Logo

Collection of the React components commonly used in my projects.
You can see the documentation and the examples at here.

How to build/debug the library

  • Run npm run library:debug to build the library in the development mode.
  • Run npm run library:build to build the library in the production mode.
  • The outputs are created at lib folder.

How to build/debug the storybook

  • Run npm run storybook:debug to build the storybook in the development mode.
  • Run npm run storybook:build to build the storybook in the production mode.
  • The outputs are created at docs folder.

About

Small React library for myself


Languages

Language:TypeScript 62.8%Language:JavaScript 36.5%Language:Shell 0.5%Language:SCSS 0.2%