Html2Feliz icon indicating copy to clipboard operation
Html2Feliz copied to clipboard

HTML2Feliz

A small tool to generate Feliz code from given HTML input.

Here is a Demo

Building & Testing

Before you can do anything you have to restore dotnet tools with dotnet tool restore and npm packages with npm install.

To run it locally in your browser type npm start and then open localhost To build the App use npm build.

To deploy to github pages use npm deploy.