1.1.1 • Published 5 years ago

@adessa/beans v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Beans - A boilerplate to build a React component library.

Get Started

To start your own React component library, clone this repository and you are all set to go.

$ git clone https://github.com/reactivenode/beans your-library-name
$ cd your-library-name
$ rm -rf .git
$ git init

Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

$ npm i
$ npm 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.

We are using the latest technology available, so you may need to update your Node versions to latest to accomodate Babel 7 and Webpack 4.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago