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

https://github.com/ayonious/bootstrap-storybook

My collection of React Components in Storybook
https://github.com/ayonious/bootstrap-storybook

component reactjs storybook typescript

Last synced: 3 months ago
JSON representation

My collection of React Components in Storybook

Awesome Lists containing this project

README

          

# Bootstrap Storybook

A collection of React components with Storybook documentation.

## Development

```bash
# Install dependencies
yarn install

# Start Storybook development server
yarn docs

# Run tests
yarn test

# Build static Storybook
yarn docs:build
```

# My components collection

[![CI](https://github.com/ayonious/bootstrap-storybook/workflows/CI/badge.svg)](https://github.com/ayonious/bootstrap-storybook/actions)

## 🎁 See Deployed

https://ayonious.github.io/bootstrap-storybook

## 🎓 Things that I learnt in this project

1. Setupp story book
2. Deploy with Github pages

## 🏃‍♂️ Local Running instruction

```
yarn
yarn docs
```

## 🚀 Deploy instruction

```
yarn
yarn docs:build
```

This will edit the contents in docs/ folder which is served by Github