An accordion bootstrapped with Create React App + TypeScript.
- Install Yarn.
 - Clone the app:
 
git clone [email protected]:dominicarrojado/react-typescript-accordion.git- Install dependencies:
 
cd react-typescript-accordion
yarn install- Run the development server:
 
yarn start- Open http://localhost:3000 to view it in the browser.
 
yarn test- Build static files:
 
yarn build- The 
builddirectory can be served by any static hosting service or CDN. 
Learn how to build this accordion here.