- Running
npm installin the component's root directory will install everything you need for development.
npm run start-demowill run a development server with the component's demo app with hot module reloading.
npm run build && npm run cypress:runto run the tests once.npm run cypress:openhelps to debug any issues with Cypress.
-
npm run buildwill build the component for publishing to npmjs and also bundle the demo app. -
npm run cleanwill delete built resources.