0.1.1 • Published 5 years ago

@biokiste/react-components v0.1.1

Weekly downloads
6
License
-
Repository
-
Last release
5 years ago

@biokiste/react-components

Setup for local development

For using local library version in local project:

  1. Run yarn install,
  2. run yarn start to start bundler in watch mode,
  3. run yarn link in library root and
  4. run yarn link @biokiste/react-components in project root.

Every change in library will now show up in local project.