An example "comments box" application using React and Redux as a state container.
It is based on the React tutorial and built using the create-react-app bootstrap helper.
Install dependencies:
npm install
Start the development server:
npm start
Run the tests:
npm test