/cargo-react

A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components

Primary LanguageTypeScriptMIT LicenseMIT

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 <bikash.dash@loconav.com> (https://bikash.me/)

Show your support

Give a ⭐️ if this project helped you!