Skip to content

Basic examples of ES2015/ES6 features that can be run in chrome and stepped through with the debugger.

Notifications You must be signed in to change notification settings

robertmirro/js-es2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES2015 / ES6 Basics

Prerequisite

Node.js is required, download and install if necessary.

Determine if you have Node.js installed from a terminal:

node -v

Installation steps

  • Using a terminal, navigate to a folder where you will store this repo (ex: c:\temp):
cd /c/temp
  • Clone the repo:
git clone https://github.com/robertmirro/js-es2015.git
  • Navigate to the repo folder that was created:
cd js-es2015
  • Install all node packages:
npm install
  • Install all bower packages:
bower install
  • Build index.html:
grunt build
  • Open js-es2015/app/index.html in Chrome (preferably Canary) to run the app.

About

Basic examples of ES2015/ES6 features that can be run in chrome and stepped through with the debugger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published