react-library-boilerplate-1

this repository is designed to be a starting point for building a react component library

Usage no npm install needed!

<script type="module">
  import reactLibraryBoilerplate1 from 'https://cdn.skypack.dev/react-library-boilerplate-1';
</script>

README

react-library-boilerplate

this repository is designed to be a starting point for building a react component library

it comes with React, typescript, rollup, jest and storybook

Commands

commands description
yarn sb start storybook
yarn test executes tests with jest
yarn build build packages with rollup

Roadmap

  • Adding chromatic for storybook visual testing, approve and document publishing
  • Moving to github actions