This is just a simple repository to show how to get started with angular2 + expressjs using gulp + webpack
The angular2 client side application is built using TypeScript
Run the following to install packages and package the bundled files
> npm install
> npm run start
You can pass an IP or PORT optionally to the command line. By default it is running off port 3009
> PORT=3001 npm run start
To run the bundler in watch mode, run the following command
> npm run pack
This places the webpack in watch mode