Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 423 Bytes

README.md

File metadata and controls

41 lines (36 loc) · 423 Bytes

template-vite-react-ts-tailwind-jit

  • template of: vite + react + typescript
  • tailwindcss: v2.2.7

Started

with npm:

npm install

with yarn:

yarn

Develop

with npm:

npm run dev

with yarn:

yarn dev

Build

with npm:

npm run build

with yarn:

yarn build