Skip to content

Commit 4b25c6f

Browse files
authored
Update README.md
1 parent b8ccd44 commit 4b25c6f

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.md

+8-15
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Create Material-UI App
22

3-
Material-UI boilerplate with:
3+
CRA & Material-UI based boilerplate with:
44

5-
- `@material-ui/core` v1
6-
- `react-scripts` (core of CRA)
7-
- `@storybook/react` v3/v4
8-
- `storybook-addon-material-ui` @next
5+
- `@material-ui/core`
6+
- `react-scripts`
7+
- `@storybook/react`
8+
- `storybook-addon-material-ui`
99

1010
## How to use
1111

@@ -26,15 +26,6 @@ Create your app as an usual CRA app.
2626
## Notes about this boilerplate
2727

2828
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.
29-
You can reproduce these steps to create everything from scratch or choose some of them to add needed tools to your existing project:
30-
31-
- `create-react-app` to create a project base
32-
- `getstorybook` to add a storybook to your CRA project
33-
- `yarn add --dev storybook-addon-material-ui@next` to add material-ui addon
34-
- `yarn add @material-ui/core` - install material-ui v1.xx
35-
- add `import 'storybook-addon-material-ui/register'` to `.storybook/addons.js`
36-
- add `import { muiTheme } from 'storybook-addon-material-ui';` to `src/stories/index.js`
37-
- add `.addDecorator(muiTheme())` to `src/stories/index.js`
3829

3930
We recommend sticking with this boilerplate for new projects since we trying to keep here the newest stable configuration.
4031

@@ -44,9 +35,11 @@ Any feature requests, issues, PRs to this project are very welcome!
4435

4536
#### Credits
4637

47-
[telegram:@usulpro](https://t.me/usulpro) <small>(The quickest way to contact me :zap:)</small>
38+
[telegram:@usulpro](https://t.me/usulpro)
4839

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

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

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

0 commit comments

Comments
 (0)