Skip to content

Instantly share code, notes, and snippets.

@changtimwu
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save changtimwu/4f09de4dfaacced20a87 to your computer and use it in GitHub Desktop.

Select an option

Save changtimwu/4f09de4dfaacced20a87 to your computer and use it in GitHub Desktop.
angular es6
  • use a recent version of nodejs ex. v0.12.2
  • install necessary modules
npm install -g npm
npm install -g coffee-script 
npm install -g jade babel jade-babel
npm install -g gulp
npm install -g yo jspm
npm install -g generator-systemjs 
mkdir myapp && cd myapp
yo systemjs
gulp run
http://localhost:9000
@changtimwu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment