https://github.com/react-theming/create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
https://github.com/react-theming/create-material-ui-app
addon boilerplate boilerplate-template create-react-app development from-scratch frontend javascript material-ui material-ui-next plugin quickstart react storybook theme-development themes theming
Last synced: 8 months ago
JSON representation
create-react-app + storybook + storybook-addon-material-ui
- Host: GitHub
- URL: https://github.com/react-theming/create-material-ui-app
- Owner: react-theming
- License: mit
- Created: 2018-07-01T22:29:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T06:51:29.000Z (over 2 years ago)
- Last Synced: 2024-04-13T08:13:06.869Z (over 1 year ago)
- Topics: addon, boilerplate, boilerplate-template, create-react-app, development, from-scratch, frontend, javascript, material-ui, material-ui-next, plugin, quickstart, react, storybook, theme-development, themes, theming
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 55
- Watchers: 1
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Create Material-UI App
CRA & Material-UI based boilerplate with:
- `@material-ui/core`
- `react-scripts`
- `@storybook/react`
- `storybook-addon-material-ui`## How to use
```sh
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.## Notes about this boilerplate
Create Material-UI App is built on top of [Create React App](https://github.com/facebook/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.
## CONTRIBUTING
Any feature requests, issues, PRs to this project are very welcome!
#### Credits
[telegram:@usulpro](https://t.me/usulpro)
[](https://github.com/UsulPro)
[](https://github.com/react-theming)
**anonymous [survey](https://app.qpointsurvey.com/s.aspx?c=F2VOSpTXOlnHHqMaZKSSV5a1ylaCDoRfhut3oNCox34~) to collect feedback about this project**