Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 424 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 424 Bytes

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'! :)