https://github.com/lecualab/landing-page-app
Lecualab's landing page
https://github.com/lecualab/landing-page-app
angular typescript
Last synced: 2 months ago
JSON representation
Lecualab's landing page
- Host: GitHub
- URL: https://github.com/lecualab/landing-page-app
- Owner: lecualab
- License: apache-2.0
- Created: 2025-01-23T06:06:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-27T07:35:45.000Z (4 months ago)
- Last Synced: 2026-02-27T13:35:35.934Z (4 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://lecualab.com
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Landing Page APP
Landing page with the main focus on get customer contacts.
# TL;DR
Choose one of the following options to run the app:
- Locally
```bash
# Install dependencies
pnpm install
# Run the app
pnpm start
```
- Docker
```bash
pnpm start:docker
```