Skip to content

Commit

Permalink
Listen to port 8080 log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Feb 9, 2017
1 parent 940d585 commit 3a45c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactJS/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ new WebpackDevServer(webpack(config), {
historyApiFallback: true
}).listen(PORT, function(err, result) {
if (err) console.log(err);
console.log('Listening at port '+ PORT);
console.log('Listening at port 8080');
});

app.listen(8080);

0 comments on commit 3a45c70

Please sign in to comment.