Live Demo Link: https://pdf-annotator-client-one.vercel.app
Guide / Setup instructions for Setting up PDF Annotator Client Side:
Important note: Only after your server repo is setup the Client Will show the data and its users for that go to server repo and read the README file: https://github.com/Aman-Atar-002/PDF_Annotator_server.git
-
Create a base folder named as “PDF_master”(or any name you want ) Open that folder in vs code and then open the terminal run this command: git clone https://github.com/Aman-Atar-002/Pdf_Annotator_Client.git, this will copy the client repo of the project in your system.
-
Open the folder in which the client repo is cloned and run the following command: “npm i” (this is will install all the necessary node modules)
-
Then create a .env file in your root folder of client and enter the following env data: REACT_APP_API_BASE_URL=http://localhost:8000
-
now open the terminal of the client repo and run the following command: npm start
-
Now you can start with your project