AndersNS / aspnet5-react-workflow-example

Just a small project to show one way of setting up aspnet5 to use files served from webpack dev server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watches your client side and hot reloads react components on change.

Watches your server side and recompiles and restarts the host.

Install

Npm stuff

npm install

.NET Stuff

dnu restore

(Optional) Atom plugins

apm install react linter linter-eslint omnisharp-atom

Run it

npm start

Open http://localhost:5000/index.html. (TODO: Make '/' return index.html)

Happy hackin'! :)

About

Just a small project to show one way of setting up aspnet5 to use files served from webpack dev server.


Languages

Language:C# 57.0%Language:JavaScript 38.8%Language:HTML 4.2%