Asp.Net Core React Starter Kit
===================
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
Prerequisites:
-
.NET Core 2.0 (or later) SDK
-
Node.js version 6 (or later)
How to run the Starter Kit
- 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
Technologies Included:
#### UI/State Management
react + redux + thunk
#### Styling
Bootstrap + Plain CSS
future plan: support sass(scss) + css modules
#### New Age JavaScript
ES6/ES2017 with Babel
#### Package management
yarn/npm
#### Linting
ESLint + Stylelint
#### Static Typing
Flow
#### Build System
Webpack
#### Unit Testing
future plan: support Jest + Enzyme
#### Continuous Integration
N/A this will not be the concern of this starter kit
#### Hosting
N/A this will not be the concern of this starter kit