Storybook make target and runbook description
This commit is contained in:
parent
9a40c1ab87
commit
0e844b522e
2
Makefile
2
Makefile
@ -20,5 +20,7 @@ clean:
|
|||||||
|
|
||||||
build-docker: build container
|
build-docker: build container
|
||||||
|
|
||||||
|
stories: setup
|
||||||
|
npm run storybook
|
||||||
|
|
||||||
.PHONY: build dev test container
|
.PHONY: build dev test container
|
@ -6,6 +6,15 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
|
|||||||
|
|
||||||
In the project directory, you can run:
|
In the project directory, you can run:
|
||||||
|
|
||||||
|
### `make stories`
|
||||||
|
|
||||||
|
Runs the Storybook server for component-driven isolated development.
|
||||||
|
Open [http://localhost:6006](http://localhost:6006) to view it in the browser.
|
||||||
|
|
||||||
|
The page will reload on edits.\
|
||||||
|
For further information about how to create stories and UI-testing, \
|
||||||
|
please follow [this link](https://storybook.js.org/docs/react/writing-stories/introduction).
|
||||||
|
|
||||||
### `make dev`
|
### `make dev`
|
||||||
|
|
||||||
Runs the app in the development mode.\
|
Runs the app in the development mode.\
|
||||||
|
929
package-lock.json
generated
929
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user