This is a simple static landing page built with Vite, React (Typescript), and Sass. It's designed to showcase a clean, minimalistic design suitable for my personal website.
You can check out the live version of the landing page at https://malcoceba.cat.
- Vite: A fast development build tool that provides fast hot-reloading and build optimizations.
- React: A JavaScript library for building user interfaces, used here for managing components and the app's state.
- Sass: A powerful CSS preprocessor for writing maintainable and modular styles.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/alcoceba/manel.app.git
-
Navigate to the project folder:
cd manel.app
-
Install the required dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:5173 to see the page.