css-modules / webpack-demo

Working demo of CSS Modules, using Webpack's css-loader in module mode
https://css-modules.github.io/webpack-demo/
1.49k stars 180 forks source link

Dev server doesn't work #26

Closed marr closed 7 years ago

marr commented 8 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.

shaozj commented 7 years ago

me too

marr commented 7 years ago

Try changing the listen call to 127.0.0.1 instead of localhost. Better yet use create-react-app