Closed marr closed 7 years ago
I was hoping to get this up and running to quickly iterate on some css-module experiments. It seems the npm start task is broken. I see webpack-dev-server start but when I browse to localhost:8080 there is nothing served.
npm start
webpack-dev-server
me too
Try changing the listen call to 127.0.0.1 instead of localhost. Better yet use create-react-app
I was hoping to get this up and running to quickly iterate on some css-module experiments. It seems the
npm start
task is broken. I seewebpack-dev-server
start but when I browse to localhost:8080 there is nothing served.