-
Node.js - Install the 16.x version of Node.js which includes npm. This is required to run the Angular front-end.
-
Angular CLI - Install Angular CLI globally using npm:
npm install -g @angular/cli@16
-
Clone - Open Visual Studio 2022 > Click on "Clone a repository" > Add Repository Location as: "https://github.com/virendra05/RSystems_CoreWebApp.git" > Specify the folder path
-
Open Frontend Project:
- Open Visual Studio Code > File > Open Folder > from the cloned repository location Open CoreWebApp Angular Project
- Open the terminal in Visual Studio Code
- Run the following command to install dependencies:
npm install
- Running the Angular Frontend:
- In Visual Studio Code, open the terminal.
- Navigate to the Angular project directory (CoreWebApp).
- Start the Angular application by running:
npm start
- Access the frontend by navigating to
http://localhost:4200
in a web browser.