This is a File Transfer Application built using React as a part of the Celebal Technologies ReactJS internship.
- Node.js (>= 12.x)
- npm (>= 6.x)
To run locally, follow these steps:
-
Clone the repository:
git clone https://github.com/vinodjangid07/file-transfer-app-celebal.git cd file-transfer-app-celebal -
Install dependencies for the backend:
cd backend npm install -
Install dependencies for the root location:
npm install
-
To run the Frontend:
npm run start
-
To run the Backend:
node ./index.js