Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thiagocabralcorreia/react-library-boilerplate
- Owner: thiagocabralcorreia
- Created: 2023-06-02T17:54:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T16:40:49.000Z (over 1 year ago)
- Last Synced: 2024-11-10T22:42:00.833Z (3 months ago)
- Topics: boilerplate, component-library, jest, library, react, starter-kit, storybook, typescript
- Language: JavaScript
- Homepage:
- Size: 61.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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/)