Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsuryd/dotnetify-elements

Backend-ready React components for .NET web apps.
https://github.com/dsuryd/dotnetify-elements

components csharp dotnet form react

Last synced: 14 days ago
JSON representation

Backend-ready React components for .NET web apps.

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/dotnetify-elements.svg)](https://badge.fury.io/js/dotnetify-elements)
[![NuGet version](https://badge.fury.io/nu/DotNetify.Elements.svg)](https://badge.fury.io/nu/DotNetify.Elements)

## DotNetify-Elements

A library of React and native web components for cross-platform .NET back-end, communicating in real-time via WebSocket.

[**View documentation and live demo**](https://dotnetify.net/elements)

JSFiddle Demo:
- [Live Dashboard](https://jsfiddle.net/dsuryd/ygosxk8m/)
- [Reactive Form](https://jsfiddle.net/dsuryd/hmvwpjx0/4/).

### About This Repo

This repo contains the library's source code, full documentation, and live demo's source code. To run the repo:
- Get [.NET Core 2.x SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300).
- Get [Node.js](https://nodejs.org/en/).
- On a VS Code terminal:

```
cd DevApp
npm i
dotnet build
dotnet watch run
```




_Logo design by [area55git](https://github.com/area55git)._