Skip to content

A small React 19 + Vite 7 + Tailwind CSS 3 (with PostCSS + Autoprefixer) prototype of a wellness booking & loyalty app.

Notifications You must be signed in to change notification settings

EbrahimSolomon/Wellness-Mock

Repository files navigation

React + Vite

Wellness-Mock

A small React + Vite + Tailwind prototype of a wellness booking & loyalty app.

Tech Stack

  • React 19 + Vite 7
  • Tailwind CSS 3 (with PostCSS + Autoprefixer)

Getting Started

Prereqs

  • Node.js 18+ (or 20+ recommended)
  • npm (or pnpm/yarn)

Install & Run (dev)

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

About

A small React 19 + Vite 7 + Tailwind CSS 3 (with PostCSS + Autoprefixer) prototype of a wellness booking & loyalty app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages