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

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.

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