Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 930 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 930 Bytes

React lesson

Prerequisite

Node

Install node

  • version 4.y.z is stable production recommended channel
  • version 5.y.z is stable too, but more progressive and adopt new features much faster than 4.
  • Linux
    • TODO
  • Osx
    • brew install node
  • Windows
    • TODO

Npm

  • After installing node, update npm to latest version
    • npm install --global npm
  • Prefering way is to use exact version of installed modules
    • echo "save-exact=true" >> ~/.npmrc

Editor

We recommend to install support to your editor for classic javascript, babel (or ES2015) and react jsx.