Finance Insights Hub is a React + Vite app styled with Tailwind CSS and powered by modern tools.
- Install dependencies
npm install- Run in development mode (auto-opens browser):
npm run dev- defaults:
--host 0.0.0.0 --port 5173 --open - it auto-falls back to next available port if 5173/5174/5175 are in use
- Build production bundle:
npm run build- Preview the production build:
npm run preview- Run unit tests:
npm test- App name:
finance-insights-hub - TypeScript + React + Tailwind + Vitest + Playwright
- For browser theme support, this project uses
next-themes.