/aspnet5-react-webpack-boilerplate

A boilerplate application that uses asp.net 5 for server side platform and react.js with webpack for client side

Primary LanguageC#MIT LicenseMIT

ASP.NET 5 React.js Webpack Boilerplate

Boilerplate application that uses asp.net 5, Reactjs, webpack and webpack-dev-server

Execute the app

  • clone the repo git clone https://github.com/xabikos/aspnet5-react-webpack-boilerplate
  • restore the nuget packages dnu restore
  • install the node packages npm install
  • start in development mode dnx web ASPNET_ENV=Development

More info