Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maxh1t/professional-landing
- Owner: maxh1t
- License: mit
- Created: 2024-11-12T12:23:11.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T09:30:47.000Z (22 days ago)
- Last Synced: 2024-12-04T10:32:00.739Z (22 days ago)
- Topics: cicd, expressjs, landing-page, react, reactjs, shadcn-ui, ssr, tailwindcss, theme, vite
- Language: TypeScript
- Homepage: https://maxh1t.xyz
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.