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
- After installing
node
, updatenpm
to latest versionnpm install --global npm
- Prefering way is to use exact version of installed modules
echo "save-exact=true" >> ~/.npmrc
We recommend to install support to your editor for classic javascript, babel (or ES2015) and react jsx.