Closed HazardB closed 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
npm start
npm test
webpack -w
Done
It would be helpful to use
npm start
npm test
to run up webpack and node instead of relying onwebpack -w
(with uglifyjs) and `node server.js" individually