8000 GitHub - KazeDevID/portfolio
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KazeDevID/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

A simple and elegant portfolio website built with Express.js.

Installation

# Clone the repository
git clone https://github.com/KazeDevID/portfolio

# Navigate to project directory
cd portfolio

# Install dependencies
npm install

Running the Application

# Start the development server
npm run dev

The application will be available at http://localhost:3000.

0