Server Side Rendering antd with ASP.NET CORE Asp.net core JavaScriptServices. read more info from here
NOTE: this is a WIP project. now it works, will make it better later.
You need install https://www.asp.net/core before start.
and make sure yarn is installed.
Then clone this boilerplate to your local disk
git clone git@github.com:bang88/aspnet-core-react-antd-boilerplate.git
# dotnet restore deps
dotnet restore
start a local server
# set env
# - bash
# ASPNETCORE_ENVIRONMENT=Development dotnet run
# - windows
# set ASPNETCORE_ENVIRONMENT="Development"
dotnet run
If no errors. you can open your browser at: http://localhost:5000/ view the webpage.