Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dotnetthailand/reactserversiderendering

Minimal setup of ReactJS.NET project
https://github.com/dotnetthailand/reactserversiderendering

Last synced: 18 days ago
JSON representation

Minimal setup of ReactJS.NET project

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)