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
See more examples in [examples](https://github.com/mashmatrix/react-lightning-design-system/tree/master/stories) directory.
36
37
37
38
38
-
## Running examples locally
39
+
## Running example stories locally
39
40
40
-
This repo ships with a simple Express app which serves up examples of the components on ```http://localhost:3000```. To get that running follow these steps:
41
+
This repo ships with a react storybook based story scripts.
42
+
To run stories and get component examples, follow these steps:
41
43
42
-
1. run ```npm install``` and ```npm run build``` in this repo's root directory.
43
-
2.```cd examples```
44
-
3. In the examples directory run:
45
-
*```npm install```
46
-
*```npm start```
47
-
4. Find the examples running on [localhost:3000](http://localhost:3000).
44
+
1. run ```npm install```
45
+
2. run ```npm run storybook```
46
+
3. Find the stories running on [localhost:9001](http://localhost:9001).
0 commit comments