A collection of modern landing pages built with Astro, leveraging TypeScript for type safety and Tailwind CSS for styling. Each landing page is contained in its own directory for easy maintenance and deployment.
- Positivus - Landing page ideal for a project with a small team
- SnapNotes - Simple note-taking app that you can find in my GitHub
- Astro - Fast, modern static site generator
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- Clone the repository:
git clone https://github.com/ldelvillar/landing-pages.git
- Navigate to the desired landing page directory:
cd landing-1
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
Each landing page uses:
- TypeScript for enhanced development experience and type safety
- Tailwind CSS for rapid UI development with utility classes
- Astro's built-in optimizations for fast page loads
Each landing page is independent and can be deployed separately. Navigate to the specific landing page directory and follow the instructions in its README file for detailed setup and deployment instructions.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is licensed under the MIT License - see the LICENSE file for details.
Lucas del Villar
- GitHub: @ldelvillar
Give a ⭐️ if this project helped you!