0.0.0 • Published 3 years ago

kuva-feedback-component-tmp v0.0.0

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

kuva-feedback-component

Commands

NamePurposeUseful Options
yarn startStart storybook that points to /src. Useful for developers of this component.
yarn lintLints the application to be according to quality standards (eslint) and formatting standards (prettier).--fix: fix fixable problems
yarn testRuns local tests with jest.--watch: enable watch mode
yarn buildBuilds application with rollup.

Storybook

The yarn start command will start storybook in port 6006. When you make changes in src, they'll be automatically updated to storybook.

The storybook in this project is configured to build with a setup that mimics CRA.

Build

This project uses rollup for its final bundle.

Releasing new versions

A new version of the npm package is automatically released when a new release is created in GitHub.