React + Vite + Tailwind website for WickedAILabs (www.wickedailabs.com).
- React + Vite
- Tailwind CSS
- React Router
- shadcn-like UI components (Button, Card, Input, Textarea)
- Placeholder logo and favicon
- .htaccess for SPA fallback (for Hostinger)
npm install
npm run devnpm run build
# dist/ will contain production files- Build the project (
npm run build). - Upload contents of
dist/topublic_htmlon Hostinger. - Ensure the included
.htaccessis uploaded topublic_htmlso client-side routing works.