This repository was scaffolded using the Yeoman React generator with SCSS and PostCSS enabled.
- Run
npm install
to install dependencies. - To start the project, run
npm start
and the project will be available atlocalhost:8000
.
- To run the test suite, run
yarn test
.
- Create a
Collapsable
higher-order component that will take in a wrapped component to be collapsed and an icon to toggle the collapse.