Skip to content

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

Notifications You must be signed in to change notification settings

NJIT-SIG-WEBDEV/ES6-tut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published