https://github.com/terra-money/react-base-components
https://github.com/terra-money/react-base-components
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/terra-money/react-base-components
- Owner: terra-money
- Created: 2021-11-10T10:00:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T15:20:51.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:52:29.637Z (over 1 year ago)
- Language: TypeScript
- Size: 7.33 MB
- Stars: 2
- Watchers: 22
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```