A brief description of what this project does and who it's for
Clone the project
git clone https://github.com/raditya-bfi/react-vite-material-boilerplate.git
Go to the project directory
cd react-vite-material-boilerplate
Install dependencies
yarn install
Start the DEV server
yarn dev
Start the SIT server
yarn sit
Start the UAT server
yarn uat
Check lint
yarn lint
Fix lint
yarn lint:fix
Check prettier
yarn prettier
Fix prettier
yarn prettier:fix
Fix lint and prettier
yarn format
To run tests, run the following command
yarn test