An accordion widget built just using CSS
Assumptions are that you have Node and NPM installed on your machine.
Open a terminal window:
$ git clone https://github.com/torontocode/cssaccordion.git
$ cd cssaccordion
$ npm install
$ node ./server.js
Open a new terminal window:
$ gulp watch
Type: http://localhost:3000
into a browser window.