Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Display port
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 24, 2018
1 parent 86978af commit 67c0920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ app.use(express.static(path.join(__dirname, 'dist')));
app.get('*', (req, res) => {
res.sendFile(path.resolve(__dirname, 'dist/index.html'));
});
console.log(`Listening on port ${port}`);
app.listen(port);

0 comments on commit 67c0920

Please sign in to comment.