Link to final product: https://felixforbesd.vercel.app/
Felix FD LinkedIn: https://www.linkedin.com/in/felix-forbes-dimjati-452033232/
Huge Credit to (for the Original Template that I heavily modified on): 👤 Shaquille Ndunda
- GitHub: @shaqdeff
- Twitter: @shaquillendunda
- LinkedIn: Shaquille Ndunda
Please, give a ⭐️ if you like this project!
- React.js
- HTML
- CSS
- Javascript
- TailwindCSS
- Click here to view the live demo.
To get started with this portfolio template, follow these simple steps:
Make sure you have node 16.0.0
or higher and npm 9.0.0
or higher installed.
- With git, clone the code to your machine, or download a ZIP of all the files directly.
- Download the ZIP file from this location or run the following git command to clone the files to your machine:
git clone https://github.com/shaqdeff/Portfolio-Template.git
- Once the files are on your machine, open the Portfolio-Template folder in Visual Studio Code.
cd Portfolio-Template && code .
- After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
npm install
This will install all the packages and dependencies used in the project.
- Run the following command to start a local server:
npm run dev
This will open up the project on a browser on http://localhost:5173/
- To create a production build:
npm run build
- To preview the site as it will appear once deployed:
npm run preview