/storybook_react

Storybook for React Components with using Ant Design

Primary LanguageJavaScript

Storybook React + Ant Design

  • Storybook - Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.
  • Ant Design - A design system with values of Nature and Determinacy for better user experience of enterprise applications.

Storybook Intro

Getting Started

Development:

npm i
npm run storybook

The application is available at:


Production:

npm i
npm run start

Live demo available here

The end.