News feed that takes the information from RSS sources (BBC,Reuters,Fox Sports,Tech Crunch,Yahoo)
# 1. install dependencies
npm install
# 2. build for production with minification
npm run build
# 3. start node server (Starts the server on port 8000)
npm start