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

https://github.com/amalv/storybook-foundation

Opinionated Storybook foundation written in Typescript and using Material UI and Styled components
https://github.com/amalv/storybook-foundation

material-ui mdx storybook storybook-addon-docs styled-components typescript

Last synced: 3 months ago
JSON representation

Opinionated Storybook foundation written in Typescript and using Material UI and Styled components

Awesome Lists containing this project

README

        

# Storybook foundation

Opinionated Storybook foundation using the following stack:

- Create React App
- Storybook
- Storybook Addon Actions
- MDX
- Material UI
- Styled Components

## Installation and usage

Download the project files, then run

`yarn` or `npm install`

to install all the necessary dependencies.

You can then start Storybook locally in watch mode by running

`npm run storybook`

## License

Licensed under the MIT license (See [license](LICENSE))