baltazartroisville / agency-landing-page-Astrojs

A simple agency landing page made with astrojs and tailwindcss

Home Page:https://agencex-astro.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgenceX Landing page

A simple landing page for a digital agency

AgenceX light Theme AgenceX Dark Theme

Tools

  • TailwindCSS v3.3
  • AstroJs v3

πŸš€ Project Structure

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

/
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ logos/*
β”‚   └── favicon.svg
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ blocks/*
β”‚   β”‚   β”œβ”€β”€ cards/*
β”‚   β”‚   β”œβ”€β”€ elements/*
β”‚   β”‚   β”œβ”€β”€ sections/*
β”‚   β”‚   β”œβ”€β”€ shared/*
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── Layout.astro
β”‚   └── pages/
β”‚       └── index.astro
β”œβ”€β”€ package.json
└── tailwind.config.cjs

🧞 Commands

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

Command Action
npm install Installs dependencies
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

About

A simple agency landing page made with astrojs and tailwindcss

https://agencex-astro.vercel.app

License:MIT License


Languages

Language:Astro 92.0%Language:TypeScript 6.4%Language:JavaScript 1.6%