This will eventually demonstrate how to use Svelte components in a React application that is created with create-react-app.
Start in the subdirectory svelte-components
.
Enter npm run bundle
to compile the Svelete components
to a .js
file that defines web component custom elements.
This is not yet working!