-
Install dependencies:
npm install
-
Start the dev server:
npm start
-
Done! Open
http://localhost:4200in your browser
- Pricing fields are now hidden from offer forms (backend still supports it as optional)
- Enhanced offer detail page with features, pros/cons, and screenshots
- Better admin and user offer management
The frontend connects to http://localhost:8000 by default. Make sure the backend is running!