You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,46 +4,47 @@ Patternfly Seed is an open source build scaffolding utility for web apps. The pr
4
4
5
5
Out of the box you'll get an app layout with chrome (header/sidebar), routing, build pipeline, test suite, and some code quality tools. Basically, all the essentials.
6
6
7
-
<imgwidth="1058"alt="Out of box dashboard view of patternfly seed"src="https://user-images.githubusercontent.com/5942899/62715686-fa954980-b9ce-11e9-9fc2-217b7a4d1d81.png">
7
+
<imgwidth="1058"alt="Out of box dashboard view of patternfly seed"src="https://user-images.githubusercontent.com/5942899/82119580-b4cf9380-974d-11ea-9f13-fa10471c5c73.png">
8
8
9
9
## Quick-start
10
+
10
11
```bash
11
-
git clone https://github.com/patternfly/patternfly-react-seed # clone the project
12
-
cd patternfly-react-seed # navigate into the project directory
Start the express server (run a production build first)
40
-
`npm run start`
39
+
#Start the express server (run a production build first)
40
+
npm run start
41
41
42
-
Start storybook component explorer
43
-
`npm run storybook`
42
+
#Start storybook component explorer
43
+
npm run storybook
44
44
45
-
Build storybook component explorer as standalone app (outputs to "storybook-static" dir)
46
-
`npm run build:storybook`
45
+
# Build storybook component explorer as standalone app (outputs to "storybook-static" dir)
46
+
npm run build:storybook
47
+
```
47
48
48
49
## Configurations
49
50
*[TypeScript Config](./tsconfig.json)
@@ -53,7 +54,7 @@ Build storybook component explorer as standalone app (outputs to "storybook-stat
53
54
54
55
## Raster Image Support
55
56
56
-
To use an image asset that's shipped with patternfly core, you'll prefix the paths with "@assets". `@assets` is an alias for the patternfly assets directory in node_modules.
57
+
To use an image asset that's shipped with PatternFly core, you'll prefix the paths with "@assets". `@assets` is an alias for the PatternFly assets directory in node_modules.
0 commit comments