Cloned the repo, read the readme, got two errors like the following for webpack and webpack-dev-server, which you also use in the https://github.com/AngularClass/angular2-webpack-starter so maybe someone updated this project but didn't update the instructions? Then I got stuck on the following error: Error: Cannot find module '../../webpack.config' Fixed that by removing one of the pair of ../ in express-server-example.js, now stuck on Cannot find module './package.json' Going to try and generate one with npm init and then redo the install --save commands I've done...