- Web Component it creates a web component with shadow dom included
- webpack config compiles css (*.style.css) inserting them into the shadow dom. All the *.css will be put into the global html head shared react libraries with webpack "externals"
- UMD build format enable entando hot reload features
- old plain index.html file as template
The template is compatible with the create-react-app application source
npm start
npm run build
- testing structure
- properties example
- events