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

https://github.com/excessivecoding/rollup-starter-react-lib


https://github.com/excessivecoding/rollup-starter-react-lib

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rollup Starter React Lib

A minimal starter template to create React.js library using Rollup.

Heavily based on [Harvey's blog post](https://blog.harveydelaney.com/creating-your-own-react-component-library/).

## Usage

### Work on the package

```bash
yarn dev
```

And then run the `example/` project:

```bash
cd example && yarn dev
```

### Publish

First, build the package

```bash
yarn build
```

Then publish it on NPM

```bash
yarn publish
```

## How to

- [Add Tailwind.css into your React.js library]()