Simple feed aggregator, which collect RSS-feeds from a user-specified link and then updates them for a new posts.
- JavaScript;
- Bootstrap;
- ESLint;
- GitHub Actions (CI);
- Webpack;
- Yup;
- on-change;
- i18next;
- Axios;
- All Origins;
- Lodash.
- Node.js version 16 or higher.
- Terminal for building project via command line interface (CLI).
Deployment by Vercel
- Clone project to your computer.
# via HTTPS
git clone https://github.com/webdb81/frontend-project-11.git
# or via Github CLI
gh repo clone webdb81/frontend-project-11- Go to the main directory of cloning project.
cd frontend-project-11- Build the project using Webpack.
make build- Run the project with Webpack on localhost.
make start