/MyPortfolio

New Portfolio

Primary LanguageTypeScript

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@github.com:Yazdun/react-burger-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. To access the starter files for the tutorial, use the following command:

    git checkout starter
  4. Start the development server by running the following command:

    npm run dev

You are now ready to go!