tj / frontend-boilerplate

webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
2.93k stars 268 forks source link

Redux dev tool not showing? #68

Closed shawnxusy closed 8 years ago

shawnxusy commented 8 years ago

When running npm start and dev server launches, the redux dev tool window isn't really showing. Is it just me?

btw really good repo with clear architecture, good job!

tj commented 8 years ago

I use the chrome extension, cleaner than having it in each project I think: https://github.com/zalmoxisus/redux-devtools-extension

shawnxusy commented 8 years ago

Makes sense!