Files
koin_ping_0.2.0/frontend
KS Jannette 6901c759da Add .prettierrc, .prettierignore; update frontend/package.json scripts
- Root .prettierrc sets tabWidth=4 and proseWrap=always
- Root .prettierignore excludes node_modules, build output, lockfiles
- package.json: adds test (vite build), lint, fmt scripts; adds prettier
  as a devDependency; fixes typos in description and keywords

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 20:02:48 -05:00
..
2026-02-27 16:41:18 -05:00
2026-02-27 09:58:18 -05:00
2026-02-27 09:58:18 -05:00
2026-02-27 16:41:18 -05:00
2026-02-27 09:58:18 -05:00
2026-02-27 09:58:18 -05:00
2026-02-27 16:41:18 -05:00

Koin Ping Frontend

React + Vite frontend for the on-chain monitoring and alerting system.

Getting Started

  1. Install dependencies:

    npm install
    
  2. Run the development server:

    npm run dev
    
  3. Build for production:

    npm run build
    
  4. Preview production build:

    npm run preview
    

Project Structure

  • src/api/ - API calls to backend
  • src/components/ - Reusable UI components
  • src/pages/ - Top-level page components
  • src/utils/ - Utility functions
  • public/ - Static assets

Development

The frontend runs on port 3000 and proxies API requests to the backend running on port 5000.