Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevonerd/alien-ui-boilerplate
A boilerplate to build a React component library using styled-components.
https://github.com/trevonerd/alien-ui-boilerplate
boilerplate component-library react rollup storybook styled-components
Last synced: 27 days ago
JSON representation
A boilerplate to build a React component library using styled-components.
- Host: GitHub
- URL: https://github.com/trevonerd/alien-ui-boilerplate
- Owner: trevonerd
- Created: 2019-09-09T09:27:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T22:56:39.000Z (about 4 years ago)
- Last Synced: 2024-11-24T07:11:02.527Z (3 months ago)
- Topics: boilerplate, component-library, react, rollup, storybook, styled-components
- Language: JavaScript
- Homepage:
- Size: 686 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
> A boilerplate to build a React component library using styled-components.
## Get Started
To start your own React component library, clone this repository and reset git.
```bash
$ git clone https://github.com/trevonerd/alien-ui-boilerplate.git new-project-name
$ cd new-project-name
$ rm -rf .git
$ git init
```## Development and Storybook
```bash
$ yarn storybook
```