|
|
|
@ -13,5 +13,5 @@ app.use('/', express.static(path.resolve(__dirname, '..')));
@@ -13,5 +13,5 @@ app.use('/', express.static(path.resolve(__dirname, '..')));
|
|
|
|
|
app.use(middleware(compiler, { publicPath: '/dist', writeToDisk: true })); |
|
|
|
|
|
|
|
|
|
module.exports = app.listen(3000, () => { |
|
|
|
|
console.log('Server is running on port 3000'); |
|
|
|
|
console.log('Server is running on the port no. 3000'); |
|
|
|
|
}); |
|
|
|
|