Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EssiJunior/my-portfolio

Repository files navigation

My Logo

Welcome to Essi Junior's portfolio repository


🚀 Running My portfolio website locally

Let's setup locally. First, you need to download this source code

git clone https://github.com/EssiJunior/my-portfolio.git
# Open a terminal and paste this code to download this code

⚙️ Setting Up The Development Environment

This code was written using React - JavaScript library. Below are the instructions to follow to run our application locally.

STEP #0

Make sure you have node 16 or above installed on your machine. Take a look at the official guide for installation. After installation, run the following command in your terminal for a double check.

node v16.0.0 or above ( Expected result )
node --version

→ STEP #1

Open this code in your favorite code editor. We recommend you VS Code.

→ STEP #2

Install the project's dependencies found in the package.json file

note that the --legacy-peer-deps flag is used to resolve dependency conflicts that can overcome
npm install --legacy-peer-deps

The command will take a while depending upon your internet speed.

→ STEP #3

Launch server

npm run dev

Available at localhost:5173


That's it! 🥂

→ OTHERS

build to production

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

To learn React, check out the React documentation.

About

My portfolio website repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published