Skip to content

6artisans/react-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published