Medium RSS Reader
A nice responsive UI to search and view different RSS feeds from Medium.
Getting started
-
clone the repo to your local machine
-
cd into the new directory
$ cd Medium-RSS-Reader
- install the dependencies
$ npm run setup # (to install the dependencies for the client and server side)
- create a .env file in the root of the project and paste the following
PORT=4000
- Run both the client and the server with a single command
$ npm run start
Running tests
There are a few unit tests for the client side (React components)
to run the test suite
$ npm test