DigitalZebra / es6sandbox

Simple ES6 sandbox for testing out ES6 features (uses 6to5/Babel for transpiling)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#ES6 Sandbox

####Steps to install and use:

  1. npm install --global gulp - install Gulp if you haven't already
  2. npm install
  3. gulp - This will convert codes to es5 and output to dist directory
  4. npm run start - This will run the compiled es5 code in Node. Alternatively you can run node dist/app.js

About

Simple ES6 sandbox for testing out ES6 features (uses 6to5/Babel for transpiling)


Languages

Language:JavaScript 100.0%