Lesson 1. React+Vite+TS+Shadcn Project
Vite React app with Tailwind CSS and shadcn
Install and configure shadcn/ui for Vite React App.
Step 1. Create a Vite React App project
npm create vite@latest
│
◇ Project name:
│ bible-flashcard-app
│
◇ Select a framework:
│ React
│
◇ Select a variant:
│ TypeScript
Step 2. cd to bible-flashcard-app
Step 5. Update vite.config.ts
Step 6. Run the CLI
Step 7. Add Shadcn Components
Import modules
PreviousDeployment and Web HostingNextLesson 2. Deploying a React Vite App to Vercel from Vercel CLI
Last updated