1.1.4 • Published 3 years ago

cra-template-mui-app v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-mui-app

This template is built on the official base template for Create React App with material ui dependencies and simple directory structure.

Dependencies

  • @fontsource/roboto
  • @material-ui/core
  • @material-ui/icons
  • axios
  • clsx
  • prop-types
  • react-router-dom
  • react-hook-form
  • react-helmet

This templates provides few more pages/components

  • Login page using react-hook-form
  • Layouts (auth layout used for login page)
  • utils to use as headers in axios requests
  • Page components using react-helmet (makes it easier to change page title from any page)
  • routewrapper to wrap pages inside a layout structure

Directory Structure