Khoi tao du an tap the duc

This commit is contained in:
phuongtc
2026-04-04 10:52:18 +07:00
commit aac648d98d
22 changed files with 3950 additions and 0 deletions

11
vite.config.ts Normal file
View File

@@ -0,0 +1,11 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [
react(),
tailwindcss(),
],
})