Mohammed-El-Nabulsi / asp5-react-webpack-stack

Lightweight modern Web-App Stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asp5-react-webpack-stack

Lightweight modern Web-App Stack.

Using:

Backend:

  • ASP.NET Core 1.0
  • ASP.NET MVC Core 1.0

Frontend:

  • Webpack
  • React
  • Babel (presets: es205, react, stage-0 and async/await-ready)
  • Semantic UI
  • SASS

Usage

Make sure you have ASP.NET Core installed on your machine (it's cross plattform)
http://docs.asp.net/en/latest/getting-started/index.html

Run:

dnu restore (dnu by default on Windows only possible in cmd prompt. For bash follow this: http://stackoverflow.com/a/29960534)
npm i
webpack
dnx web -> localhost:5000

About

Lightweight modern Web-App Stack.


Languages

Language:C# 55.1%Language:JavaScript 44.9%