fast-ract-project
v0.0.5
Published
- `dev`: Bootstrap the Storybook preview with Hot Reload. - `build`: Builds the static storybook project. - `build:lib`: Builds the component library into the **dist** folder. - `lint:fix`: Applies linting based on the rules defined in **.eslintrc.js**. -
Downloads
363
Readme
dev
: Bootstrap the Storybook preview with Hot Reload.build
: Builds the static storybook project.build:lib
: Builds the component library into the dist folder.lint:fix
: Applies linting based on the rules defined in .eslintrc.js.format:prettier
: Formats files using the prettier rules defined in .prettierrc.test
: Runs testing using watch mode.test:cov
: Runs testing displaying a coverage report.