react-md-redux
react-md-redux copied to clipboard
This repo is deprecated. Please checkout the examples folder in the react-md repo instead. https://github.com/mlaursen/react-md/tree/master/examples
As the title implies, when I run the development version, nodemon loads correctly, then it gets stuck on [webpack-isomorphic-tools] (waiting for the first Webpack build to finish) Any suggestions?
I'm unable to get this to run, I had to install the following: ```shell npm install -g webpack nodemon npm install extract-text-webpack-plugin stylelint-webpack-plugin babel-plugin-system-import-transformer nstall babel-plugin-transform-decorators-legacy babel-preset-stage-0 babel-preset-es2015 ``` This...