A minimal React application built with Vite, TypeScript, and TailwindCSS.
- React 18 - UI library
- TypeScript 5 - Type safety
- Vite 5 - Build tool and dev server
- TailwindCSS 3 - Utility-first CSS framework
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:5173 to view in browser
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
fairpay-app/
├── public/
├── src/
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css
├── index.html
├── package.json
├── tailwind.config.js
├── postcss.config.js
├── tsconfig.json
└── vite.config.ts