Back to themes

Simple Astro Landing Page Theme

Simple Astro Landing Page Theme is... just that, a simple FREE, CUSTOMIZABLE, and PRODUCCTION-READY, Landing Page Theme build with Astro and Tailwind CSS.


Simple Astro Landing Page Theme. A simple Landing Page built with Astro, TailwindCSS and TypeScript

Simple Astro Landing Page Theme is... just that, a simple FREE, CUSTOMIZABLE, and PRODUCCTION-READY, Landing Page Theme build with Astro and Tailwind CSS.

πŸ“‹ Features

Simplicity and High Performance.


-  βœ… Astro 4.15

-  βœ… TylwindCSS

-  βœ… TypeScript

-  βœ… Responsive

-  βœ… SEO-friendly

-  βœ… OG

  -  βœ… Description

  -  βœ… Image

πŸš€ Project Structure

Inside of your Simple Astro Landing Page project, you'll see the following folders and files:


/
β”œβ”€β”€ public/
β”‚  β””── img/
β”‚    β””── img_00.jpg
β”‚    β””── img_01.jpg
β”‚  β””── favicon.svg
β”œβ”€β”€ src/
β”‚  β””── components/
β”‚    β””── Footer.astro
β”‚    β””── Hero.astro
β”‚    β””── Section.astro
β”‚  β””── pages/
β”‚    β””── index.astro
β”‚  β””── styles/
β”‚    β””── global.css
β”‚  β””── env.d.ts
β”œβ”€β”€ .gitignore
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ tailwind.config.mjs
└── tsconfig.json


As a simple landing page, we only provide a single page which is going to be rendering the different components: Footer, Hero, and Section.

🧞 Commands

All commands are run from the root of the project, from a terminal:


| `npm install`             | Installs dependencies from package.json
| `npm clean-install`       | Installs dependencies from package-lock.json (Recommended)
| `npm run dev`             | Starts local dev server at `localhost:4321`
| `npm run build`           | Build your production site to `./dist/`
| `npm run preview`         | Preview your build locally, before deploying
| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check`
| `npm run astro -- --help` | Get help using the Astro CLI

⭐ Feedback and bugs 🐞

If you find any bug or just want to give your feedback (remember the ⭐ ^^), **Feel free to do it**. I am, like you, constantly learning and things change so quickly that... no one knows ^^

Version control πŸ“

- v1.0 - Current - Creation of the rep with the theme finished