Node.js >= 12.13.0 must be installed.
- Running
npm installin the component's root directory will install everything you need for development.
npm run storybookwill run Storybook.
npm startwill run a development server with the component's demo app at http://localhost:8080 with hot module reloading.
npm test:covwill run the unit tests once and produce a coverage report incoverage/.
npm run e2e:ciwill run the Cypress end to end tests against Storybook. Alternatively, you can runnpm run storybookfollowed bycypress opento run the Cypress tests interactively in the Cypress app.
npm run buildwill build the component for publishing to npm.