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

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

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)

[![@UsulPro](https://img.shields.io/badge/github-UsulPro-blue.svg)](https://github.com/UsulPro)

[![@react-theming](https://img.shields.io/badge/github-React%20Theming-red.svg)](https://github.com/react-theming)

**anonymous [survey](https://app.qpointsurvey.com/s.aspx?c=F2VOSpTXOlnHHqMaZKSSV5a1ylaCDoRfhut3oNCox34~) to collect feedback about this project**