PublicDataWorks / complaint-manager

Apache License 2.0
5 stars 0 forks source link

Set up Storybook #556

Open rnair-tw opened 7 months ago

rnair-tw commented 7 months ago

User Story

As a developer I want to set up storybook in our project So that I can facilitate component-driven development, improve collaboration, and streamline UI testing

Definition of Done

Resources:

Install for React + Vite Setup Integrate MUI + Storybook How to write a story in Typescript Implementing Automatic Documentation

Acceptance Criteria

Given Storybook has been installed and set up When I run npm run storybook Then it successfully launches a local dev server for Storybook.

Given Storybook is running locally When I view the page Then it shows a sample Storybook story

rnair-tw commented 6 months ago

Setting up a sample app: https://github.com/storybookjs/storybook/issues/25154