A modern Angular application for reading and enjoying poetry. Uses daybreak-server REST API. Built with Angular 20 and Material Design.
- 🎨 Clean, modern interface with Material Design
- 📖 Poetry reading experience
- 📱 Responsive design for all devices
- 🎭 Interactive components for enhanced user experience
To start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
To build with /day/ context path:
ng build --base-href /day/
This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.