Skip to content

cyber-evangelists/virus-scan-front-end

Repository files navigation

Installation

Follow these steps to set up and run the project locally on your machine:

  1. Clone the Repository:

    • Clone this repository to your local machine using Git:
      git clone https://github.com/cyber-evangelists/virus-scan-front-end.git
  2. Install Dependencies:

    • Change your current directory to the project folder:
      cd virus-scan-front-end
    • Use npm (Node Package Manager) to install the project's dependencies:
      npm install
      or
      yarn 
  3. Run the Project:

    • Start the development server to run the project locally:
      npm run dev
      or
      yarn run dev

    The project will be available at http://localhost:3000.