Skip to content

FairPay-Blockchain/FairPay-Frontend

Repository files navigation

FairPay App

A minimal React application built with Vite, TypeScript, and TailwindCSS.

Tech Stack

  • React 18 - UI library
  • TypeScript 5 - Type safety
  • Vite 5 - Build tool and dev server
  • TailwindCSS 3 - Utility-first CSS framework

Getting Started

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Open http://localhost:5173 to view in browser

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint

Project Structure

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

Releases

No releases published

Packages

 
 
 

Contributors