Skip to content

Emptor Dashboard Demo - React TypeScript implementation with comprehensive country report support

Notifications You must be signed in to change notification settings

emptor/dash-demo

Repository files navigation

Emptor Dashboard Mock

A React dashboard application for displaying various types of reports and profiles.

Setup

Install dependencies:

bun install

Development

Start the development server:

bun run dev

Building

Build for production:

bun run build

Preview production build:

bun run preview

Testing

Run all tests:

bun run test

Run tests with UI:

bun run test:ui

Debug tests:

bun run test:debug

Linting

Check code quality:

bun run lint

Project Structure

  • src/components/ - React components including report types
  • src/types/ - TypeScript type definitions
  • src/utils/ - Utility functions and mock data
  • tests/ - Playwright test files
  • public/data/ - Mock data files for different countries

About

Emptor Dashboard Demo - React TypeScript implementation with comprehensive country report support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published