There was an error while loading. Please reload this page.
1 parent fd0767a commit d1fff3aCopy full SHA for d1fff3a
web-serving-universal-react/localServer.js
@@ -1,9 +1,5 @@
1
'use strict';
2
-// Node deps
3
4
-// external deps
5
-
6
-// local deps
7
const { app } = require('./build/server/bundle');
8
const { serverPort } = require('./build/server/bundle');
9
@@ -13,7 +9,5 @@ app.listen(serverPort, () => {
13
console.log(r.route.path)
14
10
}
15
11
});
16
- console.log(`HumansForget listening on port ${serverPort}!`);
17
- // opens the url in the default browser
18
- // opn('http://localhost:3000', { app: ['google chrome'] });
12
+ console.log(`local app listening on port ${serverPort}!`);
19
0 commit comments