JavascriptDominicana / es6-demo

A simple ES6 boiler plate using BabelJS, Gulp and Bower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple ES6 boiler plate using BabelJS, Gulp and Bower

License:MIT License


Languages

Language:JavaScript 84.5%Language:HTML 15.0%Language:ApacheConf 0.5%