[IMPORTANT] - better use Vite starter https://github.com/karpolan/react-mui-vite-ts instead of this "Create React App + Material UI" starter
React + Material UI Professional starter is a combination of Create React App and Material UI that provides a set of reusable components and utilities to build professional React applications faster. It includes source code and an online demo.
To use React + Material UI Professional starter, follow these steps:
env.sample to .env, or at least set the env.REACT_APP_LOG_LEVEL variable to either DEBUG, INFO, WARN, or ERROR_TITLE_ and _DESCRIPTION_ in all files with your own texts/public/img/favicon. The favicon.ico file should be placed into the root of the /public folderTo run the React + Material UI Professional starter, use the available scripts:
npm start or npm run dev to run the app in development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits and lint errors will be displayed in the console.npm run lint to check the code for errors and missing thingsnpm run format to format the code according to the ./prettierrc.js confignpm test to launch the test runner in interactive watch modenpm run build to build the app for production to the build folder. React will be bundled in production mode for optimized performance. The build will be minified and filenames will include hashes. The app is then ready to be deployed.React + Material UI Professional starter is a powerful tool that combines the Create React App and Material UI libraries to provide developers with a foundation for building professional React applications. It includes a set of reusable components and utilities, making it easier to build applications faster. The installation process is straightforward, and the available scripts allow for a seamless development experience. With React + Material UI Professional starter, developers can focus on their application’s unique functionalities and design, while leveraging the power of React and Material UI for a polished and professional result.