Setting up React environment:
*
Transpile and bundle your component
Using webpack, you can bundle your component:
$ webpack
This will create our output file in build directory.
Open the HTML page in a browser to see component in action