IdenilsonSantos / react-accordion-menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build an accordion menu in React from scratch

Download the Project Files

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.

About


Languages

Language:JavaScript 42.3%Language:CSS 29.6%Language:HTML 28.1%