Pdf Designer Editor Modern is a modern React + TypeScript application powered by Vite. It focuses on fast iteration, clean UI, and a tidy project structure.
- Fast Vite dev server
- Modular React components
- TypeScript-first codebase
- Production build and preview ready
- React
- TypeScript
- Vite
pdf-designer-editor-modern/
public/
src/
index.html
package.json
README.md
npm install
npm run devOpen the URL shown in the terminal (usually http://127.0.0.1:5173).
npm run build
npm run previewMIT