Toggle nav
Posted 10 years ago - updated 10 years ago
npm start always runs on localhost:8080 by default.
npm start
localhost:8080
To change, edit webpack.config.js and add:
webpack.config.js
devServer: { inline:true, port: 8008 },