🚀 From ⚛ React Component to Web Component

This project was written in support of my article on 👀 Medium

This template provides a minimal setup to create your React Component and transform it in Web Component.

📦 What are the ingredients used into it?

🚀 Launch your rocket

Dependencies installation

It's time to take action, install your dependencies.

npm install

Launch your app in development mode

You can develop and focus on your application with live reload

npm run dev

Build your application

You are satisfy of your widget, you can build it and share it after!

npm run build

🎉 Congratulations

You have the result of your work in the /dist folder.
You can conquer the world and integrate your widget everywhere now! 🌎

<script src="./subscription.umd.js"></script>
<my-subscription username="Nicolas"></my-subscription>