Skip to content

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

Notifications You must be signed in to change notification settings

AndersNS/aspnet5-react-workflow-example

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published