To get started with the project in your local development environment, follow these steps:
-
Clone the repository to your local machine.
git@github.com:Yazdun/react-burger-menu.git
-
Open the cloned folder in your preferred code editor, install the required dependencies by running the following command in the terminal:
npm install
-
To access the starter files for the tutorial, use the following command:
git checkout starter
-
Start the development server by running the following command:
npm run dev
You are now ready to go!