Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxh1t/professional-landing

A minimalist, mobile-first landing page built with custom SSR to showcase work experience, projects, and social media links.
https://github.com/maxh1t/professional-landing

cicd expressjs landing-page react reactjs shadcn-ui ssr tailwindcss theme vite

Last synced: 19 days ago
JSON representation

A minimalist, mobile-first landing page built with custom SSR to showcase work experience, projects, and social media links.

Awesome Lists containing this project

README

        

# Professional Landing

Professional Landing is a minimalist, mobile-first, professional landing page built using React, Vite, and a custom
SSR (Server-Side Rendering) solution. This project is designed to showcase work experience, projects, and links to
social media in a streamlined and efficient
way.

## Features

- **Custom SSR**: Optimized server-side rendering for fast loading, theme support and SEO.
- **Mobile-First Design**: Responsive and minimalist UI for modern browsers.
- **Fast Development**: Powered by React, Vite, and pnpm for efficient development and builds.
- **CI/CD**: Integrated continuous integration and deployment workflows.

## Installation

Follow these steps to run the project locally:

1. Clone the repository:

```bash
git clone https://github.com/maxh1t/professional-landing.git
cd professional-landing
```

2. Install Dependencies:

Make sure you have [pnpm](https://pnpm.io/) installed globally.

```bash
pnpm install
```

3. Run in Development Mode

```bash
pnpm dev
```

4. Open in Browser:

Visit http://localhost:3000 to view the app.