Seed for building angularJs application written in typescript using just webpack.
Application is building with separate webpack config webpack.config.js and vendor libs are packed with webpack.vendor.config.js
You need to have installed Node.js and npm on your system.
Then install these node packages
npm install -g tsd bower webpack gulp
This command will install required node dependencies and build the application into .dist/js/{name-of-application}
npm install
If you want to watch for changes and test things up run
npm start
There are couple of dependencies which might not be needed in npm, such as RxJs, Lodash, patternfly. These are just for testing purposes.