A small React + Vite + Tailwind prototype of a wellness booking & loyalty app.
- React 19 + Vite 7
- Tailwind CSS 3 (with PostCSS + Autoprefixer)
- Node.js 18+ (or 20+ recommended)
- npm (or pnpm/yarn)
npm install
npm run dev
npm run build
npm run preview
Scripts
npm run dev – start Vite dev server
npm run build – production build to /dist
npm run preview – preview the production build
npm run lint – run ESLint
The app can read an API base via Vite:
# .env
VITE_API_BASE=http://localhost:5106
@tailwind base;
@tailwind components;
@tailwind utilities;
Notes
Executables are ignored (*.exe) to keep the repo light.
License
MIT © Ebrahim Solomon