/react-accordion-composable-demo

demo for react-accordion-composable npm

Primary LanguageJavaScript

Demo for react-accordion-composable

See this demo live here

The npm is here: react-accordion-composable

Running a local copy

  1. Clone the project locally:
git clone https://github.com/heroqu/react-accordion-composable-demo.git`
  1. Go the the projects directory:
cd react-accordion-composable-demo
  1. Install dependencies:
npm install --save

or

yarn
  1. Start the server
npm start

or

yarn start
  1. Open the browser at

http://localhost:3000