This is basic boiler plate ready to go template. Template includes Material UI for styling and React Router Dom for routing. The bolier plate is using React Context as top level component which is currently being used for App Drawer toggle. It also contains UserContext and Private Routes to be handled within your app easily.
Feel Free to use it in your own proects. And add more things in it if required.
-
For adding routes go to
src/config/routes.jsfile and add your route. -
For confugring Material-UI theme go to
src/config/theme.js.