Application with news from different sources built with Angular 2.
Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine!
1: Clone repo
git clone https://github.com/hndrxr/angular2-news-app.git
2: Install packages
npm install
3: Start server (includes auto refreshing) and gulp watcher
npm start