Having a large chunk of HTML and want to convert it to app?
Just augment it with data-component attribute and run a single cli command:
For Angular (link)
npx create-angular-components ./index.html
For React (link)
npx html-to-react-components ./index.html
🧙🏻♂️ Magic :)
Top comments (0)