A boilerplate to build a React component library.
To start your own React component library, clone this repository and start your own Git journey!
$ git clone https://github.com/loconav-tech/cargo-react awesome-new-library
$ cd awesome-new-library
$ rm -rf .git
$ git init
$ yarn
You can easily develop and interact with your components by using Storybook. To run the local server, simply run:
$ yarn
$ yarn run storybook
Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.
Storybook will pick up any story from the stories.js
file in a component folder..
👤 Bikash Dash <[email protected]> (https://bikash.me/)
Give a ⭐️ if this project helped you!