Will leverage Gulp to enable the Webpack Dev Server with HMR along with an arbitrary Express server. While the Dev Server pushes down client-side changes to the client, Gulp restarts your servers when a change has been detected server-side
$ npm run dev
Builds the static files and starts the Express server
$ npm start
Builds the static files
$ npm run build