Bol2riZH / init-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Init Project Config

Template with minimal setup :

  • VITE
  • REACT
  • TAILWIND
  • SHADCN

To complete Shadcn config run

npx shadcn-ui@latest init

Would you like to use TypeScript (recommended)? yes Which style would you like to use? › Default | New york Which color would you like to use as base color? › Slate, Grey, etc... Where is your global CSS file? › › src/index.css Do you want to use CSS variables for colors? › yes Where is your tailwind.config.js located? › tailwind.config.js Configure the import alias for components: › @/components Configure the import alias for utils: › @/lib/utils Are you using React Server Components? › no

Then add the components you want : npx shadcn-ui@latest add button

https://ui.shadcn.com/docs/installation/vite

About


Languages

Language:JavaScript 39.5%Language:TypeScript 37.9%Language:HTML 22.5%