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 .env
Install dependencies:
$ yarn
Running the app:
$ yarn start
Building the app:
$ yarn build
Running tests:
$ yarn test
If you to want to format files:
$ yarn prettier