.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
- .Net Core v1.1
- node
^6.9.4
- yarn
^0.21.3
or npm^3.10.10
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