webpack-example
webpack-example copied to clipboard
Example project using Webpack, React and Flux (Alt.js)
> [email protected] watch /data/work/webpack-example > webpack-dev-server --port 8091 --hot --inline --progress --colors 70% 2/2 build modulesevents.js:160 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE 127.0.0.1:8091 at Object.exports._errnoException (util.js:1007:11)...
Hi Richard! I followed your tutorial to build a rails app as an api with react front end on a separate node.js server. It seems like your `webpack.config.js` file, instead...
Hi Richard, wasn't sure the best way to reach you, but I was working through your tutorial https://underthehood.myob.com/changing-of-the-guard-in-web-technologies/ and kept getting a build error. I diffed my work vs. what...