This my personal project coded and designed by Franco Martin Cagliolo.
- React
- Vite
- Tailwind CSS
- TypeScript
- Locomotive Scroll
- Framer Motion
- Node.js & npm installed on your machine.
-
Clone the repository:
git clone https://github.com/francocgl/my-portfolio.git
-
Navigate into the project directory:
cd franco-martin-portfolio -
Install dependencies:
npm install
Start the development server:
npm start
franco-martin-portfolio/
│
├── public/ # Public assets
│ ├── index.html # HTML template
│ └── ...
│
├── src/ # Source files
│ ├── assets/ # Images files
│ ├── const/ # Fixed Variables
│ ├── hooks/ # Custom hooks
│ ├── typings/ # Project Types
│ ├── ui/ # React components
│ ├── index.tsx # Entry point
│ └── MainContext.tsx
│
├── tsconfig.json # TypeScript configuration
├── vite.config.ts # Vite configuration
└── index.html # HTML template