Skip to content

morewings/react-library-template

Repository files navigation

CI Storybook deploy Use this template

React Library Template

NPM library Create React App template logo

With React Library Template Repository, you can focus on developing your React components and libraries without worrying about the configuration and setup.

Read full documentation.

Visit Demo Storybook.

Features

Quickstart

Prerequisites

  1. Install Node >= 18.x.
  2. Install pnpm. E.g. corepack prepare pnpm@latest --activate.

Installation

Manually clone repo or use degit.

npx degit https://github.com/morewings/react-library-template my-library
cd ./my-library
pnpm i