Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 483 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 483 Bytes

ES6 Demo

A simple Flickr API demo to showcase ES6 features.

Install

  • 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.