diff --git a/README.md b/README.md index 3f1ca04..d3a0f05 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ npm install $ npm run dev-server ~~~ -Visit http://localhost:8080 to see it in action. +Visit http://localhost:1234 to see it in action. ## Contributing diff --git a/webpack.config.js b/webpack.config.js index d68cb86..c4cd15d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -71,6 +71,7 @@ module.exports = { devServer: { contentBase: path.join(__dirname, 'dist'), historyApiFallback: true, + port: 1234, }, plugins, // See https://webpack.js.org/guides/caching/