Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 2.17 KB

README.md

File metadata and controls

56 lines (46 loc) · 2.17 KB

Learn ES6 with test

We are studying ECMAScript 6 but, instead of writing notes on a notepad (that will be lost and forgotten), we decided to write understandable tests!

Clone, test... and learn!

Clone:

git clone https://github.com/D-Mobilelab/learn-es6-with-tests.git learn-es6
cd learn-es6
npm install
bower install

Test:

gulp test

Learn:

Read files in test/ folder or read Summary section below.

Summary