Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 697 Bytes

File metadata and controls

50 lines (36 loc) · 697 Bytes

devoops-frontend

Angular frontend for the DevOops accommodation booking system.

Prerequisites

  • Node.js 20+
  • npm 10+
  • Angular CLI 19

Development

Install dependencies:

npm install

Start development server:

npm start

The app runs on http://localhost:4200 with API calls proxied to http://localhost:8080.

Build

Development build:

npm run build

Production build:

npm run build:prod

Docker

Build Docker image:

docker build -t devoops-frontend .

Run Docker container:

docker run -p 4200:80 devoops-frontend

License

This project is licensed under the MIT License - see the LICENSE file for details.