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
- Host: GitHub
- URL: https://github.com/amalv/storybook-foundation
- Owner: amalv
- Created: 2020-03-09T19:27:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T09:19:30.000Z (over 5 years ago)
- Last Synced: 2025-02-15T01:06:52.920Z (4 months ago)
- Topics: material-ui, mdx, storybook, storybook-addon-docs, styled-components, typescript
- Language: HTML
- Size: 426 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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))