Clone/Download the repo then edit
app.tsinside/src/app/app.tsorserver.tsinside/server/server.ts
# clone our repo
git clone https://github.com/marc-harry/angular2-express-webpack.git
# change directory to our repo
cd angular2-webpack
# install the repo with npm
npm install
# install the typescript typings with tsd
tsd install
# start the server
gulp # or npm startgo to http://localhost:3000 in your browser
npm run build # or webpack # or gulpnpm run test # or karma startnpm run webdriver-start # or webdriver-manager start# make sure you have webdriver running and a sever for the client app
npm run e2e # or protractor