Storybook make target and runbook description

This commit is contained in:
decamel 2022-07-27 09:00:26 +03:00
parent 9a40c1ab87
commit 0e844b522e
3 changed files with 211 additions and 729 deletions

View File

@ -20,5 +20,7 @@ clean:
build-docker: build container
stories: setup
npm run storybook
.PHONY: build dev test container

View File

@ -6,6 +6,15 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
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`
Runs the app in the development mode.\

929
package-lock.json generated

File diff suppressed because it is too large Load Diff