Skip to content

Starter kit for .Net core with React

Notifications You must be signed in to change notification settings

lucaslim/aspnetcore-react

Repository files navigation

.Net Core React Starter Kit

Starter kit for .Net core with React

  • Hot module replacement in Development
  • Server-side rendering with .Net core
  • React Router v4 integration

Features

Requirements

Getting Started

Clone project:

$ git clone https://github.com/lucaslim/aspnetcore-react.git <my-project-name>
$ cd <my-project-name>

Build and install dependencies: (You may use npm to install/run instead of yarn)

$ dotnet restore
$ yarn install

Run application:

$ yarn start

About

Starter kit for .Net core with React

https://lucaslim.github.io/aspnetcore-react/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published