Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 333 Bytes

File metadata and controls

35 lines (24 loc) · 333 Bytes

template-vite-js-tailwind-v3

  • template of: vite + vanilaJS
  • tailwindcss: v3.x

Started

yarn
# or `npm install`

Develop

yarn dev
# or `npm run dev`

Build

yarn build
# or `npm run build`