Skip to content

ThreeAmigosCoding/devoops-frontend

Repository files navigation

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.

About

Devoops Frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •