Koin Ping Frontend
React + Vite frontend for the on-chain monitoring and alerting system.
Getting Started
-
Install dependencies:
npm install -
Run the development server:
npm run dev -
Build for production:
npm run build -
Preview production build:
npm run preview
Project Structure
src/api/- API calls to backendsrc/components/- Reusable UI componentssrc/pages/- Top-level page componentssrc/utils/- Utility functionspublic/- Static assets
Development
The frontend runs on port 3000 and proxies API requests to the backend running on port 5000.