This is a customized React tutorial based on the original Comment Form tutorial provided by Facebook, found here: https://github.com/reactjs/react-tutorial
Changes made:
- installed browserify, browserify-css for bundling
- removed CDN's and added core dependencies in package.json
- installed MUI CSS, a material design library, for styling (docs found here: https://www.muicss.com)
- changes as necessary to JSX with MUI CSS to make things look nice
- some npm scripts in package.json for bundling, using the preferred server