Simplest way is to go into package.json and change "dev" to
"dev": "webpack-dev-server --inline --progress --https --config build/webpack.dev.conf.js",
it will still give the message running on http://localhost in the console but you can access the site on https://localhost