https://github.com/ebazhanov/storybook-typescript-example
Storybook example for React App based on Material-UI and TypeScript
https://github.com/ebazhanov/storybook-typescript-example
design example material-design material-ui react storybook storybooks typescript
Last synced: 6 months ago
JSON representation
Storybook example for React App based on Material-UI and TypeScript
- Host: GitHub
- URL: https://github.com/ebazhanov/storybook-typescript-example
- Owner: Ebazhanov
- Created: 2020-04-18T23:14:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T10:02:12.000Z (over 1 year ago)
- Last Synced: 2025-04-11T21:52:51.790Z (6 months ago)
- Topics: design, example, material-design, material-ui, react, storybook, storybooks, typescript
- Language: TypeScript
- Homepage: https://ebazhanov.github.io/storybook-typescript-example
- Size: 7 MB
- Stars: 42
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook for React App based on Material-UI and TypeScript

### How to start
- `yarn start`### How to publish on gh-pages:
- `$ yarn build-storybook` // will output a static Storybook in the storybook-static directory
- `$ yarn deploy-storybook` // deployed to github static site hosting service.FYI [gh-pages](https://ebazhanov.github.io/storybook-typescript-example)
----