Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 989 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 989 Bytes

Angular Frontend Project

Table of Contents

Overview

This is an Angular frontend project that interacts with a Spring Boot API. The project requires Node.js and Angular CLI for development and build purposes.

Prerequisites

Before running the project, ensure you have the following installed:

  1. Node.js and npm: Download and install from here.
  2. Angular CLI: Install globally using npm:
    npm install -g @angular/cli

Setting Up Frontend

  1. Install dependencies:

    npm install

Running the Frontend

  1. Ensure the backend is running and accessible.

  2. Start the Angular development server:

    ng serve
  3. Open your browser and navigate to http://localhost:4200.