Skip to content

virendra05/RSystems_CoreWebApp

Repository files navigation

Application Setup and Running Guide

Prerequisites

  1. Node.js - Install the 16.x version of Node.js which includes npm. This is required to run the Angular front-end.

  2. Angular CLI - Install Angular CLI globally using npm:

    npm install -g @angular/cli@16
    

Setup Instructions

  1. 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

  2. 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
      

How to Run the Application

  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published