Skip to content

Commit 1d99869

Browse files
author
Karine Pires
committed
Update readme with storybook instructions.
1 parent 56088c1 commit 1d99869

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.MD

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Front-end AiC
77

8-
![Front-end AiC](frontend-aic.png "Front-end AiC")
8+
![Front-end AiC](aic-frontend.png "Front-end AiC")
99

1010
This is the repo that contains
1111
[AiC project](http://aic-project.rnd.alterway.fr/) web interface.
@@ -117,6 +117,18 @@ files the application files will be modified automatically, without
117117
restarting the web server or rebuilding the entire application.
118118
However, there is still a need to reload the application in browser.
119119

120+
### Storybook
121+
122+
Storybook offers a simple interface that lists react components, like
123+
a component library for your project. To start storybook with AiC
124+
react components, first install project dependencies and then start
125+
the webpack storybook dev server.
126+
127+
```
128+
$ npm install # Install all project dependencies
129+
$ npm run start-story # Start storybook server
130+
```
131+
120132
## Tests
121133

122134
Run `npm test` to run the tests on the project. It runs the code style

aic-frontend.png

377 KB
Loading

frontend-aic.png

-35.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)