Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)