npx degit KrishGarg/vite-react-tailwind-jit-template#main
---
## Commands:
To start the dev server on your machine:
```shell
yarn devTo start the dev server on your network:
yarn dev --hostTo make the production build:
yarn buildTo preview the production build locally:
yarn serve