This project provides an simplest entry point to demonstrate an integration of angular.js with typescript. It uses webpack and browser-sync to provide build and development server.
Also webpack config is not a production ready, just minimal configuration to start playing with.
It has a example of modules, configs, services, components and routes.
# runing
npm install && npm start
# building
npm install && npm run build