Frontend for Headline website. Backend can be found at headline-go.
You should get Node > 6.x and npm > 3.x.
Now run
$ npm install --global typescript webpack webpack-dev-server tslint
$ npm install
$ npm start
now open browser to localhost:3000 and done! :)