Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dotnetthailand/reactserversiderendering
- Owner: dotnetthailand
- Created: 2023-10-31T09:28:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:58:42.000Z (9 months ago)
- Last Synced: 2024-04-08T19:10:26.534Z (9 months ago)
- Language: JavaScript
- Size: 417 KB
- Stars: 3
- Watchers: 3
- 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)