Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.54 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.54 KB

cargo

Welcome to Cargo-React 👋

License: MIT Twitter: beeeku

A boilerplate to build a React component library.

Get Started

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

Development and Storybook

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..

Author

👤 Bikash Dash <[email protected]> (https://bikash.me/)

Show your support

Give a ⭐️ if this project helped you!