This starter kit is baked for React App in Asp.Net Core environment using modern JavaScript. Courtesy of aspnet/JavaScriptServices.
If you are the one who prefer JavaScript more than TypeScript, this Starter Kit is probably for you. Why another Starter Kit for Asp.Net Core React Application? read this from Eric Elliot : You Might Not Need TypeScript
for more about running SPA on Asp.Net Core, read this great blog Angular, React, Knockout Apps On Asp.Net Core from Steve Sanderson
- .NET Core 2.0 (or later) SDK
- Node.js version 6 (or later)
- Download the zip package or clone this repo
- Install all the dependencies (packages)
> yarn
or
> npm intall
- Run the project
> dotnet run
- Set environment variable
> setx ASPNETCORE_ENVIRONMENT "Development"
Read more about setting environment variable for asp.net core
react + redux + thunk
Bootstrap + Plain CSS
future plan: support sass(scss) + css modules
ES6/ES2017 with Babel
yarn/npm
ESLint + Stylelint
Flow
Webpack
future plan: support Jest + Enzyme
N/A this will not be the concern of this starter kit
N/A this will not be the concern of this starter kit