mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-27 00:14:57 +08:00
I think the word listening is less clear
This commit is contained in:
@@ -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/');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user