Skip to content

MilaNick/frontend-project-lvl3

Repository files navigation

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