Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 663 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 663 Bytes

ReactServerSideRendering

The example project for minimal setup of ReactJS.NET project, React server-side rendering with ASP.NET Core MVC, Linux

Required packages

  • JavaScriptEngineSwitcher.V8
  • JavaScriptEngineSwitcher.V8.Native.linux-x64
  • JavaScriptEngineSwitcher.Extensions.MsDependencyInjection
  • React.AspNet

How to run the project locally

  • Execute command in your Linux terminal
$ yarn 
$ yarn run dev
$ dotnet run

DND Kit

  • Remove DragOverlay to simplify the code.

Reference