A frontend for PDF Merger built with React JS.
After running the backend separately, follow these steps to run the frontend:
1- clone the project repo:
git clone [email protected]:ahmedlemine/pdfmerger-frontend.git
2- change directory into the project folder:
cd pdfmerger-frontend
3- install dependencies (you have to have node.js installed on your system):
npm install
4- create .env file using the included .env_example, or simply copy ".env_example" to ".env":
cp .env_example .env
5- run Vite development server:
npm run dev
6- access the project web interface on http://localhost:3000