Skip to content

Aman-Atar-002/Pdf_Annotator_Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. 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.

  2. 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)

  3. 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

  4. now open the terminal of the client repo and run the following command: npm start

  5. Now you can start with your project

Releases

No releases published

Packages

 
 
 

Contributors