jazzay / aspnet-core-react-boilerplate

A simple boilerplate to get you up and running fast on the lastest ASP.NET Core stack with React for front end SPA framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to ASP.NET Core - React Boilerplate

This should get you up and running quickly with an Asp.Net Core backend and React frontend app.

This was inspired by the templates located here: https://github.com/aspnet/JavaScriptServices/tree/master/samples But simplied a bit to stick with pure React for frontend ui with Asp.Net Core used strictly for API/server for now.

Getting Started:

Clone this repository

git clone https://github.com/jazzay/aspnet-core-react-boilerplate

From the console run

npm install

Then for asp.net do:

dotnet restore
dotnet build
dotnet run

Navigate to http://localhost:5000

Enjoy!

About

A simple boilerplate to get you up and running fast on the lastest ASP.NET Core stack with React for front end SPA framework.


Languages

Language:JavaScript 42.2%Language:C# 28.3%Language:TypeScript 13.6%Language:CSS 11.1%Language:HTML 4.7%