A modern React landing page built with Vite, React, and Tailwind CSS.
- Install dependencies:
yarn install- Start the development server:
yarn dev- Build for production:
yarn build- Preview production build:
yarn preview- Hot reloading: Changes to your JSX files will automatically reload the page
- Tailwind CSS: All styles are included via utility classes
- ESLint: Code linting is configured for React best practices
- Port: Development server runs on http://localhost:3000
vedana_landing.jsx- Main React component with the landing pagesrc/main.jsx- Entry point that renders the componentsrc/index.css- Tailwind CSS importsindex.html- HTML templatevite.config.js- Vite configurationtailwind.config.js- Tailwind CSS configuration
- ⚡️ Vite for fast development and building
- ⚛️ React 18 with hooks
- 🎨 Tailwind CSS for styling
- 📱 Responsive design
- 🔍 ESLint for code quality
- 🔧 Hot module replacement