Creating a basic React Application
*Disclaimer*: This tutorial uses node v8 and the latest version of npm.
Today we’re going to create a basic React app. React is the main API used by Facebook and many other applications around the web. Using React, will streamline your build…