Skip to content

my-attic/es6-traceur-modules-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ES6 Experiments

##Install this walking-skeleton

npm install
bower install

##Transpile ES6 Javascript to ES5

traceur --out public/js/app/app-build.js public/js/app/*.js public/js/app/**/*.js --modules=inline

##Use it

You have to put this in your index.html file:

<script src="bower_components/traceur-runtime/traceur-runtime.js"></script>

<script src="js/app/app-build.js"></script>

##Run it

type: gulp, the watcher transpiles files at each changes

type: node app.js to run the webapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published