Frontend project built with React + Vite.
Make sure you have:
- Node.js 18+ (recommended: latest LTS)
- npm (comes with Node.js)
Check versions:
node -v
npm -vgit clone <your-repo-url>
cd epilogue-webnpm installnpm run devVite will print a local URL in the terminal, usually:
http://localhost:5173/
Open that URL in your browser.
npm run dev- Start local development servernpm run build- Build production files intodist/npm run preview- Preview the production build locallynpm run lint- Run ESLint checks
npm run build
npm run previewPreview URL is usually:
http://localhost:4173/
- If
npm installfails, deletenode_modulesandpackage-lock.json, then runnpm installagain. - If port
5173is already in use, Vite will automatically choose another free port. - If the app does not load, check terminal errors first.