Welcome to a project where I have had the fortune of facing new challenges and learning the Astro and Tailwind frameworks.
https://github.com/IsabelCollado/landing-bmw-astro.git
using: git clone
npm install
npm run dev
IsabelColladošŗ
If you want to contact me for any suggestion, doubt or contribution, don't hesitate to ask me!š¬
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
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 |