Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.02 KB

File metadata and controls

50 lines (33 loc) · 1.02 KB

⚛️ React Component Library Boilerplate

Boilerplate for React component libraries- set up with TypeScript, Jest, Rollup and Storybook.

⚙️ Features

🚀 Run Locally

Click "Use this template" to create your own component library!

Go to the project directory

  cd react-component-library-boilerplate

Install dependencies

yarn:

  yarn

npm:

  npm install

Start the project (with Storybook)

yarn:

  yarn start

npm:

  npm start