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