HazardB / is-kronos-up-yet

Website for the "is kronos up" service
MIT License
6 stars 0 forks source link

Consolidate project run into npm commands #1

Closed HazardB closed 8 years ago

HazardB commented 8 years ago

It would be helpful to use npm start npm test to run up webpack and node instead of relying on webpack -w (with uglifyjs) and `node server.js" individually

HazardB commented 8 years ago

Done