Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 398 Bytes

rating-webcomponent

Steps to run the app

1.To install dependencies - yarn

  1. To build the app - yarn build

  2. To run the app from build folder - yarn server

index.html - Has the rating webcomponent defined in html and the callbacks are defined inside the script tags Ratingcomponent.js - Has tha actual rating react component RatingElement.js - Has the webcomponent wrapper.