An example Material UI app that integrates with an external REST API for authentication and data storage. This is a completely headless implementation for the frontend. The source code for the Laravel API backend is also available on GitHub.
View the demo: http://devinsays.github.io/laravel-react-material
If you're interested in mobile development, check out the Flutter version of this project.
There is also a native mobile app version of this project built with Flutter.
This app was scaffolded with Create React App.
yarn install
Installs the dependencies.
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
yarn test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
See the section about deployment for more information.
To log into the dashboard, first register for an account. This can be a throwaway email, the database is wiped regularly. Then log in the credentials you just created.