Set up of React and React DOM for website development including configurations for Webpack and Babel.
From the cloned directory run the following to install required Node packages:
npm install
In order to create a bundle.js file in /dist run:
npm run webpack