Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagocabralcorreia/react-library-boilerplate

My development tool and project setup for building React libraries. Ready-to-use development environment with TypeScript, Storybook and Jest.
https://github.com/thiagocabralcorreia/react-library-boilerplate

boilerplate component-library jest library react starter-kit storybook typescript

Last synced: about 1 month ago
JSON representation

My development tool and project setup for building React libraries. Ready-to-use development environment with TypeScript, Storybook and Jest.

Awesome Lists containing this project

README

        


React Library Boilerplate logo

React Library Boilerplate


Setup for building React libraries. Ready-to-use development environment with TypeScript, Storybook, Jest and Rollup.

## Stacks

- Vite/React.js
- TypeScript
- Storybook
- Rollup
- Jest and Testing Library

## Available Scripts

Clone the repository:

```
$ git clone https://github.com/thiagocabralcorreia/react-library-boilerplate.git
```

In the project directory, install the dependencies:

```
$ npm install
```

To access Storybook, run the following command:

```
$ npm run storybook
```

And, to build, run:

```
$ npm run build
```

_React library boilerplate created by Thiago Cabral Correia - 2023_

[![Website Badge](https://img.shields.io/badge/-Portfolio%20Website-61d9fb?style=for-the-badge&logo=Vercel&logoColor=000000&link=https://thiagocabralcorreia.vercel.app/)](https://thiagocabralcorreia.vercel.app/) [![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-61d9fb?style=for-the-badge&logo=Linkedin&logoColor=000000&link=https://www.linkedin.com/in/thiago-cabral-correia/)](https://www.linkedin.com/in/thiago-cabral-correia/)