https://github.com/bang88/aspnet-core-react-antd-boilerplate
Server Side Rendering antd with ASP.NET CORE
https://github.com/bang88/aspnet-core-react-antd-boilerplate
Last synced: 4 months ago
JSON representation
Server Side Rendering antd with ASP.NET CORE
- Host: GitHub
- URL: https://github.com/bang88/aspnet-core-react-antd-boilerplate
- Owner: BANG88
- License: mit
- Created: 2017-04-01T08:02:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T10:05:52.000Z (about 6 years ago)
- Last Synced: 2025-07-05T18:32:37.672Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.33 MB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ant-design - Aspnet Core Antd Boilerplate - Server Side Rendering with Asp.net core. (Boilerplates / Themes)
README
# aspnet-core-react-antd-boilerplate
> Server Side Rendering antd with ASP.NET CORE [Asp.net core JavaScriptServices](https://github.com/aspnet/JavaScriptServices). read more info from [here](https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.SpaServices#server-side-prerendering)
**NOTE**: this is a WIP project. now it works, will make it better later.
## install
You need install before start.
and make sure yarn is installed.
Then clone this boilerplate to your local disk
```sh
git clone git@github.com:bang88/aspnet-core-react-antd-boilerplate.git
# dotnet restore deps
dotnet restore
```
start a local server
```sh
# set env
# - bash
# ASPNETCORE_ENVIRONMENT=Development dotnet run
# - windows
# set ASPNETCORE_ENVIRONMENT="Development"
dotnet run
```
If no errors. you can open your browser at: view the webpage.
