Simple RSS Reader is the RSS reader with basic functionalities such as:
- adding feeds
- listing last 10 news from feeds
- storing favorites news etc.
In order for the site to work you need to enable Cross Origin XMLHttpRequest in your browser
In order to install required dependencies execute:
$> yarn install
To run the devserver with app execute:
$> yarn start
To run tests execute:
$> yarn test