The official tutorial is on the ReactJS website: Tutorial: Intro to React
This repository also implements the improvement ideas given in the end of the tutorial.
- install node.js
- install packages by executing this command in cmd on root path of this repo: npm install
- run the project: npm start