Client for the RSS app built with Angular 20 and Angular Material.
- Angular 20
- Angular Material
- Node.js 20+ (Node 22 used in Dockerfile)
- npm 9+
- Angular CLI 20 globally installed (optional):
npm i -g @angular/cli@20
- Backend: Repository
- Install dependencies:
npm install
- Start the dev server:
npm start # or ng serve - Open http://localhost:4200
Using docker compose: repository
src/app/pages— feature pages: auth, articles, bookmarks, feeds, tags, user, statussrc/app/components— reusable components: article list, paginator, dialogs, formssrc/app/services— API services (auth, feed, tag, user, page, title)src/environments— environment configs (developmentandproduction)
ISC (see package.json)