Skip to content

seregad544/frontend-project-lvl3

Repository files navigation

RSS aggregator:

Actions Status Maintainability

Description

Simple feed aggregator, which collect RSS feeds and then watched for a new posts.

Deployed on Vercel:

https://frontend-project-lvl3-mu-sepia.vercel.app/

To run locally on your machine (make sure that you have node.js and npm installed):

install dependencies and let your system run the package

make install

build the webpack

make build

run the webpack on localhost

make start