BMW LANDING PAGE | IsabelCollado

  • Hi there people! šŸ‘‹šŸ»
  • My name is Isabel Collado Herrera and this a JavaScript's project called BMW landing.

-- About this project šŸ“‹ --

Welcome to a project where I have had the fortune of facing new challenges and learning the Astro and Tailwind frameworks.

BMW landing

Built with

  • HTML5 šŸ“Œ
  • CSS3 šŸ”—
  • JavaScript šŸ¤–
  • Astro āŠ›
  • Tailwind āœļø
  • Git / GitHub šŸ“‚
  • VISUAL STUDIO CODE (VSC) šŸ—„ļø
  • Netlify drop šŸ’”

Setup

  1. Clone the repo: https://github.com/IsabelCollado/landing-bmw-astro.git using:
 git clone
  1. Once you've download or cloned the project, install it with NPM packages:
npm install
  1. After that, if you want to run it in local, execute this command:
npm run dev

Authors āœ’ļø

IsabelCollado🌺

If you want to contact me for any suggestion, doubt or contribution, don't hesitate to ask me!šŸ’¬

Additional information

šŸš€ Project Structure

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

/
ā”œā”€ā”€ public/
│   └── favicon.png
│   └── BMW-elec-i4.avif
│   └── BMW-elec-ix1.avif
│   └── BMW-elec-ix3.avif
│   └── BMW-elec-i7.avif
│   └── video.webm
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ components/
│   │   └── Card.astro
│   ā”œā”€ā”€ layouts/
│   │   └── HeroSection.astro
│   │   └── LandingHeader.astro
│   │   └── Logo.astro
│   │   └── Bmwi4.astro
│   │   └── Bmwi7.astro
│   │   └── BmwiX3.astro
│   │   └── Section.astro
│   │   └── BmwiX1.astro
│   └── pages/
│       └── index.astro
└── package.json

šŸ§ž 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:3000
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

Top categories

Loading Svelte Themes