A very simple react demo for beginners.
You can download this project:
git clone https://github.com/noiron/simplest-react-todolist.git
cd simplest-react-todolist
python -m SimpleHTTPServer // open a server with python
Then you can open your browser and open http://localhost:8000/ to see this demo.