https://github.com/richardiambert/cdd-practice
Practicing component-driven development using React and Storybook.
https://github.com/richardiambert/cdd-practice
component-driven-development react storybook
Last synced: 8 months ago
JSON representation
Practicing component-driven development using React and Storybook.
- Host: GitHub
- URL: https://github.com/richardiambert/cdd-practice
- Owner: richardIambert
- Created: 2025-03-09T10:13:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T10:22:26.000Z (about 1 year ago)
- Last Synced: 2025-03-09T11:22:53.284Z (about 1 year ago)
- Topics: component-driven-development, react, storybook
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Component Driven Development Practice
Practicing Component Driven Development (CDD) with [React](https://react.dev/) and [Storybook](https://storybook.js.org/docs#what-is-storybook).
## Setup
### 1. Clone the repository
```bash
git clone https://github.com/richardIambert/cdd-practice.git
```
### 2. Change into root directory
```bash
cd cdd-practice
```
### 3. Install dependencies
```bash
npm install
```
### 4. Run Storybook
```bash
npm run storybook
```