Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


ALIEN-UI - boilerplate

> 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
```