https://github.com/dotnetthailand/reactserversiderendering
  
  
    Minimal setup of ReactJS.NET project 
    https://github.com/dotnetthailand/reactserversiderendering
  
        Last synced: 7 months ago 
        JSON representation
    
Minimal setup of ReactJS.NET project
- Host: GitHub
- URL: https://github.com/dotnetthailand/reactserversiderendering
- Owner: dotnetthailand
- Created: 2023-10-31T09:28:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:58:42.000Z (over 1 year ago)
- Last Synced: 2025-02-10T06:41:32.585Z (9 months ago)
- Language: JavaScript
- Size: 417 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # 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
```sh
$ yarn 
$ yarn run dev
$ dotnet run
```
- Open a browser and navigate to http://localhost:5000/
## DND Kit
- [ ] Remove DragOverlay to simplify the code.
# Reference
- [ReactJS.NET - Tutorial (ASP.NET Core) ](https://reactjs.net/tutorials/aspnetcore.html)