Skip to content

Hazantip/test_ng_es6

Repository files navigation

Git

  • git init
  • echo> .gitignore
  • fill .gitignore file with

    '# project dependencies' node_modules '# OSX folder attributes' .DS_Store ... etc

  • git status
  • git add .gitignore
  • git -commit -m "You message"
  • git add -A --> add all not ignore files
  • Create your own repositry on a github, then:

Running

  • install node packege manager
  • npm install --save underscore - i dont know for what that?
  • npm install --save-dev gulp
    • create and config gulpfile.js
  • npm install --save-dev gulp-babel babel-preset-es2015
    • create and configure .babelrc
  • npm install -g eslint
    • eslint --init
    • npm install --save-dev gulp-eslint
  • Summury: look at the page 30 book of es6

ES6 / Babel


AngularJS


About

Education angularJS, es6(babel)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published