Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 319 Bytes

README1.md

File metadata and controls

26 lines (12 loc) · 319 Bytes

Frontend Setup: (Made with Reactjs)

Installation:

  1. Navigate to the frontend/ directory.

  2. Install dependencies:

    npm install
  3. Start the React development server:

    npm start
  4. The application will open in your browser at http://localhost:3000.