Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 787 Bytes

README.md

File metadata and controls

81 lines (53 loc) · 787 Bytes

react-vite-material-boilerplate

A brief description of what this project does and who it's for

Run Locally

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

Options ✍️

Check lint

yarn lint

Fix lint

yarn lint:fix

Check prettier

yarn prettier

Fix prettier

yarn prettier:fix

Fix lint and prettier

yarn format

Running Tests

To run tests, run the following command

  yarn test