0.1.0 • Published 8 years ago
aspnetcore-react-starter-kit v0.1.0
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)
> yarnor
> 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 + thunkStyling
Bootstrap + Plain CSS
future plan: support sass(scss) + css modulesNew Age JavaScript
ES6/ES2017 with BabelPackage management
yarn/npmLinting
ESLint + StylelintStatic Typing
FlowBuild System
WebpackUnit Testing
future plan: support Jest + EnzymeContinuous Integration
N/A this will not be the concern of this starter kitHosting
N/A this will not be the concern of this starter kit0.1.0
8 years ago