Welcome to My Personal Webpage project! This project showcases my personal portfolio website, where you can learn more about me, my skills, and my experience
- Node.js and npm installed on your machine.
- Clone the repository to your local machine:
git clone https://github.com/LiorHaimGit/My-Personal-Website.git
- Navigate to the project directory:
cd My-Personal-Webpage
- Install dependencies using npm:
npm install
npm install express
npm install ejs
npm install body-parser
npm install config
# If using an older version of Express or prefer body-parser:
# npm install body-parser
# No need to install path, it's a core module in Node.js
# npm install path (Not required)
# Assuming config is a separate npm package:
npm install config
- Start the server:
npm start
- Open your web browser and navigate to http://localhost:3000 to view the website.
- Node.js
- Express.js
- EJS (Embedded JavaScript)
- HTML/CSS