Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 529 Bytes

File metadata and controls

8 lines (7 loc) · 529 Bytes

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