Steps to run the app
1.To install dependencies - yarn
-
To build the app - yarn build
-
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.