I think the word listening is less clear

This commit is contained in:
Kevin Lacker
2016-07-19 14:27:04 -07:00
parent 43bc64fac2
commit 6e0607ea0e

View File

@@ -38,7 +38,7 @@ new WebpackDevServer(webpack(config), {
if (err) {
return console.log(err);
}
console.log('Listening at http://localhost:3000/');
console.log('Running development server at http://localhost:3000/');
opn('http://localhost:3000/');
});