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