@biokiste/react-components

For using local library version in local project:

Usage no npm install needed!

<script type="module">
  import biokisteReactComponents from 'https://cdn.skypack.dev/@biokiste/react-components';
</script>

README

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