Getting Started

To get started with the project in your local development environment, follow these steps:

  1. Clone the repository to your local machine.

    git clone https://github.com/aniru-dh21/React-Hamburger-Menu.git
  2. Open the cloned folder in your preferred code editor, install the required dependencies by running the following command in the terminal:

    npm install
  3. Start the development server by running the following command:

    npm run dev

You are now ready to go!