react-blazor
react-blazor copied to clipboard
React vs. Blazor side by side.
React vs. Blazor
This demo shows how React apps can live together with Blazor apps, which are basically C# apps running in the browser with the help of WebAssembly.
Getting started
To build the blazor app you need either Docker installed or you can follow the instructions to install the appropriate .NET SDK locally. For the rest, you only need:
npm install
Build
To build the project and run it locally run
npm run build
npm start
Then you can access it at http://localhost:8080/react-blazor/
.
Questions & contribution
You can follow me on Twitter @boyanio and ask me any questions you might have. You can also open an issue here on GitHub. Pull Requests are welcome too :-)