Skip to content

Files

Latest commit

e739699 · Dec 1, 2016

History

History
21 lines (17 loc) · 920 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 920 Bytes

ES6-tut

Learning about ES6/2015, the latest update for Javascript...

To install:
  • Serverside

    • run npm install -g babel-core
    • add require('babel-core) to the index.js(already added in tut)
  • Clientside

    • run npm install --save-dev babelify
    • add to package.json { "transform": [["babelify", { "comments": false }]] }
  • Website

  • BABEL

  • Video1

  • Video2

To spin up a http server i am using Budo but there are many other options out there such as http-server and Reload

To make the tutorial work you need to install budo by typing npm i -g budo and then just npm start