Description: Full-stack React and .NET Core application with Rich Text Editor and media upload integration.
This project demonstrates rich text editing with multimedia support. The React frontend with TypeScript handles the user interface, while the .NET Core backend provides REST API endpoints for file management and uploads.
- Node.js 20.x (or 22.x, 24.x)
- npm
- .NET 7.0 SDK
Install dependencies and run the development server:
npm install
npm run devOpen the localhost link displayed in your browser.
Navigate to the backend folder and run the ASP.NET Core API:
dotnet run- How to include the Rich Text Editor in an React component
- How to integrate the Tab component in the Rich Text Editor
Frontend: React, TypeScript, Vite, EJ2 Rich Text Editor Backend: .NET Core 7.0, ASP.NET Core Web API