Repo for React js Material Ui Starter.
Make sure you have node installed and it is of version >= 12.0.
Make sure you have yarn installed.
Create the env file:
$ cp .env.example .envInstall dependencies:
$ yarnRunning the app:
$ yarn startBuilding the app:
$ yarn buildRunning tests:
$ yarn testIf you to want to format files:
$ yarn prettier