Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T10:05:52.000Z (about 5 years ago)
- Last Synced: 2024-08-04T01:05:38.548Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.33 MB
- Stars: 20
- Watchers: 3
- 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 [email protected]: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.
![screenshot](preview.gif)