1.0.4 • Published 4 years ago

hiver-react-component-library v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Hiver React Component Library (Name TBD)

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

To build this project, run:

$ npm run build

Local Development

If you wish to do local development with Hiver Repo (React Extension), make sure that the /react-component-library is in the same directory as /hiver:

To build the library, RUN:

$ npm run build

Contributing to the library

To contribute to the project, please create a new PR to the master branch. Make sure that the directory structure is followed and every component has it's story added to storybook and unit tested. Also, ensure that all exports are in proper order.

To learn how this project was made from scratch, read the blog post!