Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)

----