Clone the repository:
git clone https://github.com/vedant3337/My-Portfolio.git
Navigate to the project directory:
cd My-Portfolio
Install backend dependencies:
npm install
Add environment variables in the .env
file.
Run the backend application:
node server.js
Open a new terminal window, navigate to the client directory:
cd My-Portfolio/client
Install frontend dependencies:
npm install
Run the frontend application:
npm start