You have two options for viewing and testing the feed reader site:
-
For testing and development on a local server:
-
Clone or download the
master
branch. -
Run a local web server, e.g.,
http-server
installed vianpm
or Python'sSimpleHTTPServer
, in the project directory. You can then load the site by visiting the appropriate hostname (usuallylocalhost
works fine) and port number with your browser.
-