Skip to content

ama-ch/es6-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-workshop

環境構築

Node.js

$ curl -L git.io/nodebrew | perl - setup
$ export PATH=$HOME/.nodebrew/current/bin:$PATH
$ source ~/.bashrc
$ nodebrew install-binary stable
$ nodebrew use stable

npm

$ npm install -g npm

セットアップ

$ git clone https://github.com/ama-ch/es6-workshop.git
$ cd es6-workshop
$ npm install

ワークショップ

tower-of-babel

$ npm install -g tower-of-babel
$ tower-of-babel

課題

  1. BABEL SETUP
  2. CLASS
  3. BLOCK SCOPE
  4. ARROW FUNCTION
  5. REST AND SPREAD
  6. DESTRUCTURE
  7. COMPUTED PROPERTY
  8. その他

ESLintの実行

$ npm run lint

こちらを確認しながらエラーを修正: http://eslint.org/docs/rules/

参考リンク

Releases

No releases published

Packages

No packages published