Vinay-Manjunath/esd_project_frontend ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple React app with TypeScript using Vite, set up as a clean starter project that runs right away and is easy to extend.

I want the usual development setup working, fast refresh in the browser, sensible ESLint rules, and a tidy project structure. Make the app open to a basic landing page so I can confirm everything is wired up and start building from there. Keep the code simple and modern, with reusable components and clear TypeScript types where it makes sense.

If anything depends on current best practices or updated docs, feel free to look them up online and use the latest recommended approach. Please make sure the project builds cleanly, linting works, and the default page looks polished enough to serve as a starting point for a real product.