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
- Host: GitHub
- URL: https://github.com/ayonious/bootstrap-storybook
- Owner: ayonious
- Created: 2020-04-15T06:18:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-10T12:43:02.000Z (3 months ago)
- Last Synced: 2026-04-10T14:29:15.751Z (3 months ago)
- Topics: component, reactjs, storybook, typescript
- Language: JavaScript
- Homepage: https://ayonious.github.io/bootstrap-storybook
- Size: 4.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
[](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