A simple Flickr API demo to showcase ES6 features.
- Clone this repo into your local web server.
npm install
bower install
gulp
- Go to your local web server using your browser and navigate to the dist folder of the demo.
If you want to edit files and transpile them on the fly, use gulp watch
and edit the files inside the src folder.