This is a ReactJS + Vite boilerplate to be used with Tailwindcss.
This project uses many tools and libs like:
- ReactJS
- Vite
- TypeScript
- Vitest
- Testing Library
- Tailwindcss
- Eslint
- Prettier
- shadcn/ui
- Radix UI
- TanStack
- zustand
For details on setting up your development machine, please refer to the Setup Guide
To enable HTTPS in development mode, create .env.local
file inside the client
directory and add VITE_HTTPS=true
To enable feature flags, create .env.local
file inside the client
directory and set to true
the following feature flags:
VITE_FF_EMBEDDED_TYPE_ENABLED
- enables Embedded mode in UI