Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 822 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 822 Bytes

Hexlet tests and linter status:

Actions Status Maintainability RSS-Check

📔 Rss-aggregator here

🚀 Quick start

  • Clone this repo and npm install
npm i

Commands in terminal:

  • Development server
npm start
  • Production build
npm run build
  • Development mode
npm run dev