Skip to content

A sandbox for testing out ES6 Harmony (JavaScript) with a transpiler, and a collection of resources about it.

License

Notifications You must be signed in to change notification settings

m3-group/es6-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-playground

A sandbox for testing out ES6 Harmony (JavaScript) with a transpiler, and a collection of resources about it.

The default grunt task will take everything in the src/js/ folder and transpile it to a JavaScript file included in index.html.

Quick Start

Firstly, make sure you have Nodejs, npm, and grunt-cli installed.

node --version && npm --version && grunt --version

// Output should be something like:
// v0.10.21
// 1.3.11
// grunt-cli v0.1.11

If you're missing node, you can get it via homebrew or otherpackage managers:

brew install node

If you're missing grunt-cli, you can get it via npm:

npm install -g grunt-cli

Next, and lastly, you must install local packages via npm:

npm install

Once you have satisfied these dependencies, Copy and Paste the following code into terminal

grunt build && grunt serve

Now open your browser and navigate to http://127.0.0.1:8089 or http://localhost:8089

Building the Code

Simply run

grunt

or

grunt build

Resources

About

A sandbox for testing out ES6 Harmony (JavaScript) with a transpiler, and a collection of resources about it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published