This boilerplate is built using create-react-app so you will want to read the User Guide for more goodies.
Use npm install to build.
npm start runs the server and opens the application in a browser.
This is the start of a basic message logging application that allows message submission and printing capabilities.
The initial state of the application is that a user can submit a message in the left half of the screen and see the message on the right half.