Skip to content

zbyte64/babeljs-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Install nodejs & npm: https://nodejs.org/download/
  2. Clone this repository or download it.
  3. In a terminal, goto the directory with this README
  4. Run npm install

Demo

  1. Run node src/demo.js
  2. Try each line below
new Cat().speak();
new Dog().speak();
hello("George Washington");
roleCall("John Adams", "Thomas Jefferson");

View the code in src

To learn about ES6 features and syntax visit: https://babeljs.io/docs/learn-es6/

Web Compilation

  1. Install gulp npm install -g gulp
  2. Run gulp build
  3. View es5 code in the dist folder

To learn about gulp visit: http://gulpjs.com/

About

Skeleton Project For ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published