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

https://github.com/terra-money/react-base-components


https://github.com/terra-money/react-base-components

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-base-components

## How to build react-base-components

```sh
npm i
npm run build
```

## How to run react-base-components storybook

```sh
npm i
npm run storybook
```

## How to run react-base-components example

```sh
npm i
npm run build
cd example/
npm i
npm run start
```

## How to publish react-base-components to npm

```sh
npm i
npm run build
npm login
npm publish
```