These GIT repo contains a different examples of using React.
Install all necessary node modules which are listed under "dependencies" in package.json. You can do it with this command:
npm install
There is only one commnad which you need to run to start working:
npm run build
If everything looks okay, you can start with development. Don't forget that you need to start your server as well. You can use webpack-dev-server if you want.