You’ll need to have Node >= 6 on your machine. To install node using nvm goto this link https://github.com/creationix/nvm#installation and follow the installation instructions for nvm and the nodejs.
To run this application type these commands:
cd react-example-components yarn start
Then open http://localhost:3000/ to see your app.
Inside that directory, you can run several commands:
yarn start Starts the development server. yarn build Bundles the app into static files for production. yarn test Starts the test runner. yarn eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!