https://github.com/dimpu/rollup-react-library
rollup-react-library
https://github.com/dimpu/rollup-react-library
Last synced: 9 months ago
JSON representation
rollup-react-library
- Host: GitHub
- URL: https://github.com/dimpu/rollup-react-library
- Owner: dimpu
- Created: 2020-07-28T22:54:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T18:54:10.000Z (over 5 years ago)
- Last Synced: 2025-02-15T23:42:12.984Z (11 months ago)
- Language: JavaScript
- Size: 32.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
```shell
git clone https://github.com/dimpu/rollup-react-library.git
```
### build
```shell
yarn build
```
### storybook
```shell
yarn storybook
```
### LICENSE
MIT License
Copyright (c) 2020 Dimpu Aravind Buddha
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.