A boilerplate to build a React component library.
A boilerplate to build a React component library.
To finish with reworking when working with micro front ends, it is necessary to share components between different projects. So I created this project to don`t repeat confs on new libs and facilitate the work of new developers.
This repo is managed as a monorepo that is composed of two packages: themes and components.
You need to run this command before the storybook
, lint
or test
commands, becouse it is necessary to create links.
yarn build
yarn storybook:build
yarn storybook:start
yarn lint
yarn test
This libs are Peer Dependencies of this project.
Licensed under the MIT License, Copyright © 2019-present Felippe Maurício.