Skip to content
Hong-Kuan Wu edited this page Jan 15, 2023 · 4 revisions

This template is designed to help you create a React library quickly and easily. We've included all the tools you need to get started, including:

  • Typescript as the language of choice
  • Storybook as a playground for developing and testing your components
  • Parcel as the bundler
  • Prettier for formatting your code
  • ESLint for linting
  • Github workflows for CI/CD
  • semantic-release for automated deployment of your library.

With this template, you'll be able to hit the ground running and focus on building your library without worrying about setting up the - development environment.

Clone this wiki locally