simple starter boilerplate for koa, react, node stack (combined with sam mccord's flux-starter) with mocha setup
clone
cd
into korn-starter dir
run npm install
[one time]
run gulp
/ gulp watch
to auto-compile client-side dist
run npm start
to run the server
go to localhost:1337
in your browser
run npm test
to run server-side tests