Head over to your terminal and switch to the directory you’d like to save your project. Then run this command to download the project files:
git clone https://github.com/Ibaslogic/react-accordion-menu
Once your project files have been bootstrapped, open with a code editor. Make sure you are inside the project directory.
Next, run npm install to create a node_modules folder for your project.
NB: Ensure you have NodeJS installed on your computer. As a React developer, you should know this. Else, you need to start with React.
Now, start the dev server using npm start. You should see your app loaded in the browser at localhost:3000.