Skip to content

Devsebastian44/Portafolio

Repository files navigation

Portfolio

Portafolio

Project structure

public/
└── svg/
src/
├── Components/
├── layouts/
├── React/
└── pages/

Local configuration

  1. Clone the repo:
git clone https://github.com/Devsebastian44/Portafolio.git
  1. Install dependencies:
npm install
  1. Start the develpoment server:
npm run dev