Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T10:02:12.000Z (about 1 year ago)
- Last Synced: 2024-10-13T22:40:15.180Z (3 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: 40
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook for React App based on Material-UI and TypeScript
![Gif](storybook.gif)
### 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)
----