This project wraps the provided single-file React component into a small Vite app with Tailwind CSS.
- Install dependencies:
cd rpm-generator-app
npm install
# or: pnpm install / yarn- Run dev server:
npm run dev- Build:
npm run build- Preview production build:
npm run previewsrc/App.jsx— your uploaded component (already copied here).src/main.jsx— app entry.src/index.css— Tailwind base imports.tailwind.config.cjs,postcss.config.cjs— Tailwind setup.
You can deploy to Vercel/Netlify by connecting the repository and using the npm run build output.
If you want, I can:
- Remove the hardcoded admin credentials and add environment-based auth.
- Convert tokens to a simple backend (Express) for persistence.
- Prepare a Git repository and push to GitHub for you.