Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 398 Bytes

File metadata and controls

22 lines (18 loc) · 398 Bytes

ECMAScript6 Talk

A boilerplate for using ES6 and its new module format in both the browser and Node. Browser mode is based on gulp, and provides 1 concatenated file with source maps to appear as separate es6 files in Dev tools.

Install

npm install
npm install -g http-server

Browser

gulp
http-server

then visit http://localhost:8080

Node

node index.js