Simple React login form with Material UI
Look at online demo or try
This is simplest template/boilerplate/starter code with up to date dependencies at the time of publication.

git clone https://github.com/app/simple-react-login-form-material-ui.git my-new-app
cd my-new-app
rm -rf .git
git init; git add .; git commit -m Import
yarn install || npm install
yarn start || npm start
And you’ll get new browser window with the app running
Happy coding!