CRA & Material-UI based boilerplate with:
@material-ui/core
react-scripts
@storybook/react
storybook-addon-material-ui
git clone https://github.com/react-theming/create-material-ui-app.git
cd create-material-ui-app
yarn # select @storybook/react version when prompted
yarn storybook
open http://localhost:9009 in your browser
it's your Storybook with Material-UI components
Start writing new stories from src/stories/index.js
file.
Create your app as an usual CRA app.
Create Material-UI App is built on top of Create React App, which means all features that create-react-app supports are available.
We recommend sticking with this boilerplate for new projects since we trying to keep here the newest stable configuration.
Any feature requests, issues, PRs to this project are very welcome!
anonymous survey to collect feedback about this project