GlobalPulse has been rewritten as a React 19 single-page app using HeroUI v3 and Tailwind CSS v4.
- React 19
- Vite
- HeroUI v3 release-candidate packages
- Tailwind CSS v4
- React Router
npm installnpm run devOpen the local URL Vite prints in the terminal, usually http://localhost:5173.
npm run build
npm run preview- The app uses
HashRouter, so it works cleanly on static hosting without extra server-side route rewrites. - As of March 28, 2026, the current official HeroUI v3 release line is
v3.0.0-rc.1, so the project uses@heroui/react@rcand@heroui/styles@rc.