.Net Core React Starter Kit

Starter kit for .Net core with React

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